aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c')
-rw-r--r--board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c b/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
index d5ddf8d2eb..83634345f3 100644
--- a/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
+++ b/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
@@ -15,6 +15,8 @@
15#include <asm/arch/gpio.h> 15#include <asm/arch/gpio.h>
16#include <asm/arch/sama5d2.h> 16#include <asm/arch/sama5d2.h>
17 17
18extern void at91_pda_detect(void);
19
18DECLARE_GLOBAL_DATA_PTR; 20DECLARE_GLOBAL_DATA_PTR;
19 21
20static void board_usb_hw_init(void) 22static void board_usb_hw_init(void)
@@ -28,6 +30,7 @@ int board_late_init(void)
28#ifdef CONFIG_DM_VIDEO 30#ifdef CONFIG_DM_VIDEO
29 at91_video_show_board_info(); 31 at91_video_show_board_info();
30#endif 32#endif
33 at91_pda_detect();
31 return 0; 34 return 0;
32} 35}
33#endif 36#endif