All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] imx: sksimx6_defconfig: remove SPL misc option to fix build error
@ 2019-09-14 11:30 Anatolij Gustschin
  0 siblings, 0 replies; only message in thread
From: Anatolij Gustschin @ 2019-09-14 11:30 UTC (permalink / raw)
  To: u-boot

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 <agust@denx.de>
---
Hi Stefano,

This fixes build breakage seen here:

 https://travis-ci.org/sbabic/u-boot-imx/jobs/584781580#L1870

Please apply. Thanks!

Anatolij

 configs/sksimx6_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/sksimx6_defconfig b/configs/sksimx6_defconfig
index 7bc687f64d..7030438f08 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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-14 11:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-14 11:30 [U-Boot] [PATCH] imx: sksimx6_defconfig: remove SPL misc option to fix build error Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.