]> git.baikalelectronics.ru Git - uboot.git/commit
imx: sksimx6_defconfig: remove SPL misc option to fix build error
authorAnatolij Gustschin <agust@denx.de>
Sat, 14 Sep 2019 11:30:49 +0000 (13:30 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:35:59 +0000 (16:35 +0200)
commit7ffb66d8ad78a822b2ef916c879475d1ff74180b
tree107098d2d4dfa45b19013054caa05e124c6d4096
parenta237c48f4632500298cb6e81fc133d1ebaa37832
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 <agust@denx.de>
configs/sksimx6_defconfig