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)
commit42899127154563daad80ad63d4b1a6f361ab19e8
tree107098d2d4dfa45b19013054caa05e124c6d4096
parentb31bed279ab3440b9f46f4b61f851cc7aa2e5546
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