From: Anatolij Gustschin Date: Sat, 14 Sep 2019 11:30:49 +0000 (+0200) Subject: imx: sksimx6_defconfig: remove SPL misc option to fix build error X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=42899127154563daad80ad63d4b1a6f361ab19e8;p=u-boot.git imx: sksimx6_defconfig: remove SPL misc option to fix build error Remove CONFIG_SPL_DRIVERS_MISC_SUPPORT since it is already defined in include/configs/mx6_common.h for SPL builds. When this option is in defconfig, we get build warnings (or errors when building with -Werror). Signed-off-by: Anatolij Gustschin --- diff --git a/configs/sksimx6_defconfig b/configs/sksimx6_defconfig index 5fbc94ae85..d8739fdae9 100644 --- a/configs/sksimx6_defconfig +++ b/configs/sksimx6_defconfig @@ -8,7 +8,6 @@ CONFIG_MX6_DDRCAL=y CONFIG_TARGET_SKSIMX6=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y -CONFIG_SPL_DRIVERS_MISC_SUPPORT=y CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL=y CONFIG_SPL_LIBDISK_SUPPORT=y