diff options
author | Steven Miao <realmz6@gmail.com> | 2014-01-29 15:14:23 +0800 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2014-01-29 15:14:56 +0800 |
commit | 58095fdaaf1cee12d8e01aa20f94b976e3137d27 (patch) | |
tree | a54e19ab4344f194213c34fdb256b0986d9c290a /arch/blackfin/configs/TCM-BF518_defconfig | |
parent | eb706def7e7d58e632a86636ad0d9b51bb972428 (diff) | |
download | linux-stable-58095fdaaf1cee12d8e01aa20f94b976e3137d27.tar.gz linux-stable-58095fdaaf1cee12d8e01aa20f94b976e3137d27.tar.bz2 linux-stable-58095fdaaf1cee12d8e01aa20f94b976e3137d27.zip |
From: Eunbong Song <eunb.song@samsung.com>
This patch removes CONFIG_MTD_PARTITIONS in config files for blackfin.
Because CONFIG_MTD_PARTITIONS was removed by commit
6a8a98b22b10f1560d5f90aded4a54234b9b2724.
Signed-off-by: Eunbong Song <eunb.song@samsung.com>
Signed-off-by: Steven Miao <realmz6@gmail.com>
Diffstat (limited to 'arch/blackfin/configs/TCM-BF518_defconfig')
-rw-r--r-- | arch/blackfin/configs/TCM-BF518_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/configs/TCM-BF518_defconfig b/arch/blackfin/configs/TCM-BF518_defconfig index e4ed865b885e..ea88158ab432 100644 --- a/arch/blackfin/configs/TCM-BF518_defconfig +++ b/arch/blackfin/configs/TCM-BF518_defconfig @@ -54,7 +54,6 @@ CONFIG_IP_PNP=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_FW_LOADER is not set CONFIG_MTD=y -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_CHAR=y CONFIG_MTD_BLOCK=y |