diff options
author | Luka Perkov <luka@openwrt.org> | 2013-05-29 01:27:30 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-05-29 01:27:30 +0000 |
commit | 5fbc56cfdc82ed6f7226217ad82fc3872c5ac3b3 (patch) | |
tree | 96a9adea4c6e25ba3bf45daf4db57063b2849d3b /package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch | |
parent | 4b21af426836d619f3251c90fc26475f6fee2fc5 (diff) | |
download | upstream-5fbc56cfdc82ed6f7226217ad82fc3872c5ac3b3.tar.gz upstream-5fbc56cfdc82ed6f7226217ad82fc3872c5ac3b3.tar.bz2 upstream-5fbc56cfdc82ed6f7226217ad82fc3872c5ac3b3.zip |
uboot-imx6: add new package
SVN-Revision: 36754
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.patch | 10 |
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 * */ |