From 3c36d745a8a20a1121da4c239d4eaf52a928fa59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Beh=C3=BAn?= Date: Sat, 9 Oct 2021 19:33:36 +0200 Subject: arm: mvebu: turris_mox: Move options to defconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move config options CONFIG_LAST_STAGE_INIT and CONFIG_DISPLAY_BOARDINFO_LATE to turris_mox_defconfig. Signed-off-by: Marek BehĂșn Reviewed-by: Stefan Roese --- include/configs/turris_mox.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index 0bbc984..0fcf216 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 -- cgit v1.1