From 9f8aab600d9e5fabd27412856bce3a91c5c0c899 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 13 May 2014 09:08:44 +0200 Subject: drop CONFIG_PARTITION_NEED_MTD With CONFIG_PARTITION_NEED_MTD enabled we use mtd rather than devfs directly to create partitions on mtd devices. Since: | commit b32cd8df87b87ef744365138e145b829c02eb719 | Author: Sascha Hauer | Date: Wed Apr 9 15:49:32 2014 +0200 | | mtd: nand: bb: use mtd api directly | | The devfs layer just adds an addition indirection between mtd | and the bb devices with no purpose. Drop it. | | Signed-off-by: Sascha Hauer The bad block aware device creation doesn't work if this option is disabled. With this we remove CONFIG_PARTITION_NEED_MTD and always use mtd partitions on mtd devices. Signed-off-by: Sascha Hauer --- arch/arm/configs/phytec-phycard-omap3_defconfig | 1 - arch/arm/configs/tx51stk5_defconfig | 1 - 2 files changed, 2 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/configs/phytec-phycard-omap3_defconfig b/arch/arm/configs/phytec-phycard-omap3_defconfig index b9016589bb..b0378b3770 100644 --- a/arch/arm/configs/phytec-phycard-omap3_defconfig +++ b/arch/arm/configs/phytec-phycard-omap3_defconfig @@ -162,7 +162,6 @@ CONFIG_FS_DEVFS=y CONFIG_FS_FAT=y CONFIG_FS_FAT_WRITE=y CONFIG_FS_FAT_LFN=y -CONFIG_PARTITION_NEED_MTD=y CONFIG_ZLIB=y CONFIG_BZLIB=y CONFIG_PROCESS_ESCAPE_SEQUENCE=y diff --git a/arch/arm/configs/tx51stk5_defconfig b/arch/arm/configs/tx51stk5_defconfig index 354e809a3f..6578f4d696 100644 --- a/arch/arm/configs/tx51stk5_defconfig +++ b/arch/arm/configs/tx51stk5_defconfig @@ -139,7 +139,6 @@ CONFIG_LED_GPIO=y CONFIG_FS_RAMFS=y CONFIG_FS_DEVFS=y CONFIG_FS_FAT=y -CONFIG_PARTITION_NEED_MTD=y CONFIG_PARAMETER=y CONFIG_UNCOMPRESS=y CONFIG_ZLIB=y -- cgit v1.2.3