diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-10-09 19:33:36 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-10-21 07:39:05 +0200 |
commit | 3c36d745a8a20a1121da4c239d4eaf52a928fa59 (patch) | |
tree | 2c394fba6371431ad6c9be40003cf2d9ca8b10d6 /include | |
parent | a46877eeb2de77d8d1daf1ea362423b6d2fc4f09 (diff) | |
download | u-boot-3c36d745a8a20a1121da4c239d4eaf52a928fa59.tar.gz u-boot-3c36d745a8a20a1121da4c239d4eaf52a928fa59.tar.bz2 u-boot-3c36d745a8a20a1121da4c239d4eaf52a928fa59.zip |
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 'include')
-rw-r--r-- | include/configs/turris_mox.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index 0bbc984753..0fcf216eb1 100644 --- a/include/configs/turris_mox.h +++ b/include/configs/turris_mox.h @@ -10,13 +10,6 @@ #define CONFIG_SYS_BOOTM_LEN (64 << 20) -#define CONFIG_LAST_STAGE_INIT - -/* - * High Level Configuration Options (easy to change) - */ -#define CONFIG_DISPLAY_BOARDINFO_LATE - /* additions for new ARM relocation support */ #define CONFIG_SYS_SDRAM_BASE 0x00000000 |