aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-10-09 19:33:36 +0200
committerStefan Roese <sr@denx.de>2021-10-21 07:39:05 +0200
commit3c36d745a8a20a1121da4c239d4eaf52a928fa59 (patch)
tree2c394fba6371431ad6c9be40003cf2d9ca8b10d6 /configs
parenta46877eeb2de77d8d1daf1ea362423b6d2fc4f09 (diff)
downloadu-boot-3c36d745a8a20a1121da4c239d4eaf52a928fa59.zip
u-boot-3c36d745a8a20a1121da4c239d4eaf52a928fa59.tar.gz
u-boot-3c36d745a8a20a1121da4c239d4eaf52a928fa59.tar.bz2
arm: mvebu: turris_mox: Move options to defconfig
Move config options CONFIG_LAST_STAGE_INIT and CONFIG_DISPLAY_BOARDINFO_LATE to turris_mox_defconfig. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/turris_mox_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 6ff551e..e494aeb 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -24,7 +24,9 @@ CONFIG_USE_PREBOOT=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
# CONFIG_DISPLAY_CPUINFO is not set
# CONFIG_DISPLAY_BOARDINFO is not set
+CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_ARCH_EARLY_INIT_R=y
+CONFIG_LAST_STAGE_INIT=y
CONFIG_MISC_INIT_R=y
CONFIG_CMD_SHA1SUM=y
CONFIG_CMD_CLK=y