From: Jaehoon Chung Date: Fri, 29 Jun 2018 05:28:07 +0000 (+0900) Subject: configs: rpi3: move the SPL_BOARD_INIT into defconfig X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f15377e3f676b41bf7c740b0c6f335b748cad370;p=platform%2Fkernel%2Fu-boot.git configs: rpi3: move the SPL_BOARD_INIT into defconfig Move the SPL_BOARD_INIT configuration into defconfig. Change-Id: I81b10c1224a0725b78d478bd252a1a9f8735532a Signed-off-by: Jaehoon Chung --- diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 32d45c0c4a..17416a62a1 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -33,6 +33,7 @@ CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_ATF_SUPPORT=y CONFIG_SPL_ATF_TEXT_BASE=0x08400000 +CONFIG_SPL_BOARD_INIT=y CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 7f611d5a8c..d35d6f0402 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -47,7 +47,6 @@ #ifdef CONFIG_SPL_BUILD #define CONFIG_SPL_DRIVERS_MISC_SUPPORT -#define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_TEXT_BASE 0x00008000 #define CONFIG_SPL_MAX_SIZE 0x00030000 #define CONFIG_SPL_BSS_START_ADDR 0x00380000