uboot-imx: bump to 2018.03 which fixes the build issues with fdt64_t redefinitions
[openwrt/staging/wigyori.git] / package / boot / uboot-imx6 / patches / 100-wandboard-enable-fit.patch
index 894ccf0084790db19c1a080b814de2c4981ac10e..6bfcc1ff7167beb529e4bc8a7e784bd207ca91ff 100644 (file)
@@ -1,10 +1,17 @@
---- 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 * */
+--- a/configs/wandboard_defconfig
++++ b/configs/wandboard_defconfig
+@@ -27,7 +27,7 @@ CONFIG_CMD_I2C=y
+ CONFIG_CMD_MMC=y
+ CONFIG_CMD_SATA=y
+ CONFIG_CMD_USB=y
+-CONFIG_CMD_CACHE=y
++# CONFIG_CMD_CACHE is not set
+ CONFIG_CMD_EXT4_WRITE=y
+ CONFIG_ENV_IS_IN_MMC=y
+ CONFIG_DM=y
+@@ -39,3 +39,5 @@ CONFIG_USB_STORAGE=y
+ CONFIG_VIDEO=y
+ # CONFIG_VIDEO_SW_CURSOR is not set
+ CONFIG_OF_LIBFDT=y
++CONFIG_FIT=y
++CONFIG_FIT_VERBOSE=y