diff options
author | John Crispin <john@openwrt.org> | 2016-03-22 21:14:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-22 21:14:51 +0000 |
commit | 30d3a8c512c259614dd3da9cd1ef8d125c981555 (patch) | |
tree | de6aa075fcb885d2109e8936a099e2a9f618482f /target/linux/mediatek/config-4.4 | |
parent | 1898144b5f0f5cfe45f09222e6ccd1544defb619 (diff) | |
download | upstream-30d3a8c512c259614dd3da9cd1ef8d125c981555.tar.gz upstream-30d3a8c512c259614dd3da9cd1ef8d125c981555.tar.bz2 upstream-30d3a8c512c259614dd3da9cd1ef8d125c981555.zip |
mediatek: update patches
fixes trgmii on old eco and adds nand support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 49066
Diffstat (limited to 'target/linux/mediatek/config-4.4')
-rw-r--r-- | target/linux/mediatek/config-4.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mediatek/config-4.4 b/target/linux/mediatek/config-4.4 index a236d74576..259e65cb36 100644 --- a/target/linux/mediatek/config-4.4 +++ b/target/linux/mediatek/config-4.4 @@ -56,7 +56,7 @@ CONFIG_CLKSRC_MMIO=y CONFIG_CLKSRC_OF=y CONFIG_CLKSRC_PROBE=y CONFIG_CLONE_BACKWARDS=y -CONFIG_CMDLINE="earlyprintk console=ttyS0,115200" +CONFIG_CMDLINE="earlyprintk console=ttyS0,115200 block2mtd=/dev/mmcblk0,65536,eMMC,5 mtdparts=eMMC:256k(mbr),512k(uboot),256k(config),256k(factory),32M(bootimg),32M(recovery),1024M(rootfs),2048M(usrdata),-(bmtpool)" CONFIG_CMDLINE_FORCE=y CONFIG_COMMON_CLK=y CONFIG_COMMON_CLK_MEDIATEK=y @@ -278,6 +278,7 @@ CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y # CONFIG_MMC_TIFM_SD is not set CONFIG_MODULES_USE_ELF_REL=y +CONFIG_MTD_BLOCK2MTD=y CONFIG_MTD_M25P80=y CONFIG_MTD_SPI_NOR=y CONFIG_MTK_INFRACFG=y |