aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2020-01-20 14:20:13 +0200
committerStefan Roese <sr@denx.de>2020-01-21 15:56:15 +0100
commit867572f09ebe6349937b9614f1863a9111aa8f8e (patch)
treeb3f3803170d8604a3449f5a4bce7010d7a4dd9b5 /arch
parent7211fa6f5abede5f3f40ebdeaa9d9c14a0829033 (diff)
downloadu-boot-867572f09ebe6349937b9614f1863a9111aa8f8e.zip
u-boot-867572f09ebe6349937b9614f1863a9111aa8f8e.tar.gz
u-boot-867572f09ebe6349937b9614f1863a9111aa8f8e.tar.bz2
ARM: mvebu: clearfog: run-time selection of DT file
Set the kernel device-tree file (fdtfile environment variable) based on run-time detection of the platform. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mvebu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index fdd3968..bc5eaa5 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -91,6 +91,7 @@ choice
config TARGET_CLEARFOG
bool "Support ClearFog"
select 88F6820
+ select BOARD_LATE_INIT
config TARGET_HELIOS4
bool "Support Helios4"