projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b31bed2
)
imx: sksimx6_defconfig: remove SPL misc option to fix build error
author
Anatolij Gustschin
<agust@denx.de>
Sat, 14 Sep 2019 11:30:49 +0000
(13:30 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 8 Oct 2019 14:35:59 +0000
(16:35 +0200)
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>
configs/sksimx6_defconfig
patch
|
blob
|
history
diff --git
a/configs/sksimx6_defconfig
b/configs/sksimx6_defconfig
index 5fbc94ae8569221fc95f5d8d1f54a967d4287246..d8739fdae98f32619fe1df165e6d1bb826883231 100644
(file)
--- 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