diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-04-26 17:08:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-04-28 11:48:50 +0200 |
commit | 741715331aeec9621d15ec55f8385910b341fbe2 (patch) | |
tree | 436266ae9c2d12e932bf4702ac0a503f6dd46cc3 /target/linux/bcm53xx/config-4.4 | |
parent | 73d51d7b5dc4ddb4134482765873fa0fc8c17694 (diff) | |
download | upstream-741715331aeec9621d15ec55f8385910b341fbe2.tar.gz upstream-741715331aeec9621d15ec55f8385910b341fbe2.tar.bz2 upstream-741715331aeec9621d15ec55f8385910b341fbe2.zip |
bcm53xx: switch to m25p80 and drop bcm53xxspiflash
For some time now m25p80 supports 32 MiB flashes and we just needed to
patch spi-nor to support JEDEC incompatible w25q128. Also by switching
to m25p80 we gain accelerated SPI flash reads.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 49260
Diffstat (limited to 'target/linux/bcm53xx/config-4.4')
-rw-r--r-- | target/linux/bcm53xx/config-4.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-4.4 b/target/linux/bcm53xx/config-4.4 index 40826c78f9..ce9508a2ef 100644 --- a/target/linux/bcm53xx/config-4.4 +++ b/target/linux/bcm53xx/config-4.4 @@ -215,11 +215,11 @@ CONFIG_MIGHT_HAVE_CACHE_L2X0=y CONFIG_MIGHT_HAVE_PCI=y CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_BCM47XX_PARTS=y +CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_ECC=y # CONFIG_MTD_PHYSMAP_OF is not set -CONFIG_MTD_SPI_BCM53XXSPIFLASH=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_SEAMA_FW=y |