diff options
author | Eunbong Song <eunb.song@samsung.com> | 2013-11-27 04:29:16 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-25 01:39:45 +0400 |
commit | 14a17836ca6891dfe3ff90f9a1f4528480e64a9b (patch) | |
tree | 0854e1e8c8667517bff20de1453fd3336ecdecd8 /arch/mips/configs/bcm63xx_defconfig | |
parent | a3056b1ca5db9103e079f3d8d9e386b3590b9250 (diff) | |
download | linux-14a17836ca6891dfe3ff90f9a1f4528480e64a9b.tar.xz |
MIPS: Kill CONFIG_MTD_PARTITIONS
This patch removes CONFIG_MTD_PARTITIONS in config files for MIPS.
Because CONFIG_MTD_PARTITIONS was removed by commit 6a8a98b22b10f1560d5f90aded4a54234b9b2724.
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6162/
Signed-off-by: Eunbong Song <eunb.song@samsung.com>
Diffstat (limited to 'arch/mips/configs/bcm63xx_defconfig')
-rw-r--r-- | arch/mips/configs/bcm63xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/bcm63xx_defconfig b/arch/mips/configs/bcm63xx_defconfig index 919005139f5a..3fec26410f34 100644 --- a/arch/mips/configs/bcm63xx_defconfig +++ b/arch/mips/configs/bcm63xx_defconfig @@ -44,7 +44,6 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_STANDALONE is not set # CONFIG_PREVENT_FIRMWARE_BUILD is not set CONFIG_MTD=y -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_CFI=y CONFIG_MTD_CFI_INTELEXT=y CONFIG_MTD_CFI_AMDSTD=y |