openwrtv3/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
Luka Perkov 5fbc56cfdc uboot-imx6: add new package
SVN-Revision: 36754
2013-05-29 01:27:30 +00:00

10 lines
210 B
Diff

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