diff options
author | Eunbong Song <eunb.song@samsung.com> | 2013-11-27 01:29:16 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-24 22:39:45 +0100 |
commit | 14a17836ca6891dfe3ff90f9a1f4528480e64a9b (patch) | |
tree | 0854e1e8c8667517bff20de1453fd3336ecdecd8 /arch/mips/configs/cobalt_defconfig | |
parent | MIPS: replace open-coded init_dsp (diff) | |
download | linux-14a17836ca6891dfe3ff90f9a1f4528480e64a9b.tar.xz linux-14a17836ca6891dfe3ff90f9a1f4528480e64a9b.zip |
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/cobalt_defconfig')
-rw-r--r-- | arch/mips/configs/cobalt_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/cobalt_defconfig b/arch/mips/configs/cobalt_defconfig index 5419adb219a8..23b66934e18d 100644 --- a/arch/mips/configs/cobalt_defconfig +++ b/arch/mips/configs/cobalt_defconfig @@ -19,7 +19,6 @@ CONFIG_INET=y # CONFIG_IPV6 is not set CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_MTD=y -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_CHAR=y CONFIG_MTD_BLKDEVS=y CONFIG_MTD_JEDECPROBE=y |