From: Seung-Woo Kim Date: Mon, 8 Oct 2018 09:08:18 +0000 (+0900) Subject: configs: rpi3: move CONFIG_SPL_DRIVERS_MISC_SUPPORT option X-Git-Tag: submit/tizen/20201110.005738~203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8625910004f37acba72f49364eef5f76b7666921;p=platform%2Fkernel%2Fu-boot.git configs: rpi3: move CONFIG_SPL_DRIVERS_MISC_SUPPORT option Move CONFIG_SPL_DRIVERS_MISC_SUPPORT option configs/rpi_3_defconfig because the option is not in scripts/config_whitelist.txt. Change-Id: Ia883f5521430a915943dbf00c8043cea6deec1ad Signed-off-by: Seung-Woo Kim --- diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index f6b638d55d..fa031a6754 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SYS_MALLOC_F_LEN=0x20000 CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +CONFIG_SPL_DRIVERS_MISC_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_FAT_SUPPORT=y CONFIG_SPL_STACK_R_ADDR=0xB000000 diff --git a/include/configs/rpi.h b/include/configs/rpi.h index be0df96319..871703620f 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -46,7 +46,6 @@ #define CONFIG_SYS_UBOOT_BASE CONFIG_SYS_TEXT_BASE #ifdef CONFIG_SPL_BUILD -#define CONFIG_SPL_DRIVERS_MISC_SUPPORT #define CONFIG_SPL_TEXT_BASE 0x00008000 #define CONFIG_SPL_MAX_SIZE 0x00030000 #define CONFIG_SPL_BSS_START_ADDR 0x00380000