commit | 42899127154563daad80ad63d4b1a6f361ab19e8 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Sat Sep 14 13:30:49 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:59 2019 +0200 |
tree | 107098d2d4dfa45b19013054caa05e124c6d4096 | |
parent | b31bed279ab3440b9f46f4b61f851cc7aa2e5546 [diff] |
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>