diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2018-09-18 10:35:44 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-28 20:22:40 -0400 |
commit | 59e43c32918c422bfed3762c7461e8a325223a81 (patch) | |
tree | 5de6c6a1d65b13eb0c39e0969bbc634070130cdb /arch/arm/mach-at91 | |
parent | 559ff9e875ba72f3da9f3198dbd3afdfb3c48089 (diff) | |
download | u-boot-59e43c32918c422bfed3762c7461e8a325223a81.tar.gz u-boot-59e43c32918c422bfed3762c7461e8a325223a81.tar.xz u-boot-59e43c32918c422bfed3762c7461e8a325223a81.zip |
board: sama5d3_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>
Diffstat (limited to 'arch/arm/mach-at91')
-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 69856c8942..3784cbb70b 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -177,6 +177,7 @@ config TARGET_SAMA5D3_XPLAINED select BOARD_EARLY_INIT_F select SAMA5D3 select SUPPORT_SPL + select BOARD_LATE_INIT config TARGET_SAMA5D3XEK bool "SAMA5D3X-EK board" |