openwrtv3/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
Luka Perkov b10140d832 uboot-imx6: update to 2014.04
Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 40805
2014-05-20 21:01:18 +00:00

10 lines
210 B
Diff

--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -238,4 +238,7 @@
#define CONFIG_CMD_CACHE
#endif
+#define CONFIG_FIT
+#define CONFIG_FIT_VERBOSE
+
#endif /* __CONFIG_H * */