aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'board/atmel/sama5d4_xplained/sama5d4_xplained.c')
-rw-r--r--board/atmel/sama5d4_xplained/sama5d4_xplained.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/atmel/sama5d4_xplained/sama5d4_xplained.c b/board/atmel/sama5d4_xplained/sama5d4_xplained.c
index 526c6c7f70..4da64890b3 100644
--- a/board/atmel/sama5d4_xplained/sama5d4_xplained.c
+++ b/board/atmel/sama5d4_xplained/sama5d4_xplained.c
@@ -17,6 +17,8 @@
17 17
18DECLARE_GLOBAL_DATA_PTR; 18DECLARE_GLOBAL_DATA_PTR;
19 19
20extern void at91_pda_detect(void);
21
20#ifdef CONFIG_NAND_ATMEL 22#ifdef CONFIG_NAND_ATMEL
21static void sama5d4_xplained_nand_hw_init(void) 23static void sama5d4_xplained_nand_hw_init(void)
22{ 24{
@@ -71,6 +73,7 @@ static void sama5d4_xplained_usb_hw_init(void)
71#ifdef CONFIG_BOARD_LATE_INIT 73#ifdef CONFIG_BOARD_LATE_INIT
72int board_late_init(void) 74int board_late_init(void)
73{ 75{
76 at91_pda_detect();
74#ifdef CONFIG_DM_VIDEO 77#ifdef CONFIG_DM_VIDEO
75 at91_video_show_board_info(); 78 at91_video_show_board_info();
76#endif 79#endif