aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
diff options
context:
space:
mode:
authorVladimir Vid <vladimir.vid@sartura.hr>2018-04-26 17:52:14 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-07-07 18:33:57 +0200
commit856cc6d9998ea717ee25d80bef52635dceeae71a (patch)
treeda678b9719acbe5ada3efe8dc4b21b3c1507c56e /package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
parent87493dac11f3c7bbbc1fed9aef1cf9ff62053ab0 (diff)
downloadupstream-856cc6d9998ea717ee25d80bef52635dceeae71a.tar.gz
upstream-856cc6d9998ea717ee25d80bef52635dceeae71a.tar.bz2
upstream-856cc6d9998ea717ee25d80bef52635dceeae71a.zip
uboot-imx: bump to 2018.03 which fixes the build issues with fdt64_t redefinitions
* change mx6qsabresd to mx6qsabres to match defconfig name * merge wanboard profiles since there is only one defconfig for the target device * move wanboard options from wandboard.h to defconfig * remove legacy patches Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
Diffstat (limited to 'package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch')
-rw-r--r--package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch27
1 files changed, 17 insertions, 10 deletions
diff --git a/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch b/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
index 894ccf0084..6bfcc1ff71 100644
--- a/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
+++ b/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
@@ -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