[PATCH u-boot-marvell 02/12] arm: mvebu: turris_mox: Move options to defconfig
Stefan Roese
sr at denx.de
Thu Oct 21 07:31:15 CEST 2021
On 09.10.21 19:33, Marek Behún wrote:
> From: Marek Behún <marek.behun at nic.cz>
>
> Move config options CONFIG_LAST_STAGE_INIT and
> CONFIG_DISPLAY_BOARDINFO_LATE to turris_mox_defconfig.
>
> Signed-off-by: Marek Behún <marek.behun at nic.cz>
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
> ---
> configs/turris_mox_defconfig | 2 ++
> include/configs/turris_mox.h | 7 -------
> 2 files changed, 2 insertions(+), 7 deletions(-)
>
> diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
> index 6ff551e477..e494aebecc 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
> 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
>
>
Viele Grüße,
Stefan
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
More information about the U-Boot
mailing list