board: sama5d2_xplained: add pda detect call at init time
Call the PDA detection mechanism at boot time so we can have the pda environment variable ready for use. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
parent
afaea1f56c
commit
559ff9e875
@ -15,6 +15,8 @@
|
|||||||
#include <asm/arch/gpio.h>
|
#include <asm/arch/gpio.h>
|
||||||
#include <asm/arch/sama5d2.h>
|
#include <asm/arch/sama5d2.h>
|
||||||
|
|
||||||
|
extern void at91_pda_detect(void);
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
static void board_usb_hw_init(void)
|
static void board_usb_hw_init(void)
|
||||||
@ -28,6 +30,7 @@ int board_late_init(void)
|
|||||||
#ifdef CONFIG_DM_VIDEO
|
#ifdef CONFIG_DM_VIDEO
|
||||||
at91_video_show_board_info();
|
at91_video_show_board_info();
|
||||||
#endif
|
#endif
|
||||||
|
at91_pda_detect();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user