diff options
author | Baruch Siach <baruch@tkos.co.il> | 2020-01-20 14:20:13 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-01-21 15:56:15 +0100 |
commit | 867572f09ebe6349937b9614f1863a9111aa8f8e (patch) | |
tree | b3f3803170d8604a3449f5a4bce7010d7a4dd9b5 /arch/arm/mach-mvebu | |
parent | 7211fa6f5abede5f3f40ebdeaa9d9c14a0829033 (diff) |
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/arm/mach-mvebu')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index fdd39685b7..bc5eaa5a76 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" |