mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-11 12:49:06 +08:00
board: atmel: sam9x60ek: add support for PDA detection
Automatically detect PDA at boot. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#include <debug_uart.h>
|
||||
#include <asm/mach-types.h>
|
||||
|
||||
extern void at91_pda_detect(void);
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
void at91_prepare_cpu_var(void);
|
||||
@@ -80,6 +82,9 @@ static void sam9x60ek_nand_hw_init(void)
|
||||
int board_late_init(void)
|
||||
{
|
||||
at91_prepare_cpu_var();
|
||||
|
||||
at91_pda_detect();
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user