From b8b35e19baf20e7859c8a2b165d8b8cffdd2f14e Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 29 May 2013 01:27:30 +0000 Subject: [package] uboot-imx6: add new package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36754 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch (limited to 'package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch') 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 * */ -- cgit v1.2.3