openwrtv3/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
Luka Perkov e29acfd8e9 uboot-imx6: update to v2013.07
Update includes upstream support for Wandboard Quad too.

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 37858
2013-08-29 23:06:31 +00:00

10 lines
210 B
Diff

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