aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
blob: f847c5a790fef4d8ea10ffad011688619b1ce8d7 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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 * */