diff options
| author | Eugen Hristev <[email protected]> | 2018-09-18 10:35:46 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-09-28 20:22:40 -0400 |
| commit | cc1bdd23c0c3a30456bd9bd069afe7b6ca1e4f6e (patch) | |
| tree | 7cde159b2cdbdef1e4209f111e0c94f1a7960565 /arch | |
| parent | 67f551af894a433f0c014d4dbbb6f1fd19338968 (diff) | |
board: sama5d2_ptc_ek: 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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-at91/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 3784cbb70b9..a6329dc0220 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -151,6 +151,7 @@ config TARGET_SAMA5D2_PTC_EK bool "SAMA5D2 PTC EK board" select BOARD_EARLY_INIT_F select SAMA5D2 + select BOARD_LATE_INIT config TARGET_SAMA5D2_XPLAINED bool "SAMA5D2 Xplained board" |
