aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-05-29 01:27:30 +0000
committerLuka Perkov <luka@openwrt.org>2013-05-29 01:27:30 +0000
commitb8b35e19baf20e7859c8a2b165d8b8cffdd2f14e (patch)
tree00eac7f5488d11d38f9eb24f5b1f59f55ef91650 /package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
parent719e33cf007153b5874cb6a9f37cf0947f64888d (diff)
downloadmaster-187ad058-b8b35e19baf20e7859c8a2b165d8b8cffdd2f14e.tar.gz
master-187ad058-b8b35e19baf20e7859c8a2b165d8b8cffdd2f14e.tar.bz2
master-187ad058-b8b35e19baf20e7859c8a2b165d8b8cffdd2f14e.zip
[package] uboot-imx6: add new package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36754 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch10
1 files changed, 10 insertions, 0 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
new file mode 100644
index 0000000000..f4fb2c683e
--- /dev/null
+++ b/package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
@@ -0,0 +1,10 @@
+--- 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 * */