kernel: fix DMA error when BCM4331 is connected to BCM4706
[openwrt/svn-archive/archive.git] / package / boot / uboot-imx6 / patches / 100-wandboard-enable-fit.patch
1 --- a/include/configs/wandboard.h
2 +++ b/include/configs/wandboard.h
3 @@ -206,4 +206,7 @@
4 #define CONFIG_CMD_CACHE
5 #endif
6
7 +#define CONFIG_FIT
8 +#define CONFIG_FIT_VERBOSE
9 +
10 #endif /* __CONFIG_H * */