9
0
Fork 0
barebox/drivers/mtd
Sascha Hauer 9f8aab600d 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 b32cd8df87
| Author: Sascha Hauer <s.hauer@pengutronix.de>
| 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 <s.hauer@pengutronix.de>

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 <s.hauer@pengutronix.de>
2014-05-13 09:19:46 +02:00
..
devices mtd: Update internal API to support 64-bit device size 2014-03-12 21:26:37 +01:00
nand Merge branch 'for-next/misc' 2014-05-05 13:32:37 +02:00
nor cfi_flash: fix NULL pointer dereference 2014-02-28 09:03:04 +01:00
ubi drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
Kconfig UBI: reimport UBI from Linux v3.10 2013-07-25 10:24:16 +02:00
Makefile drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
core.c mtd: nand: create bb devices automatically 2014-04-28 11:45:09 +02:00
mtd.h mtd: add private data to mtddev-hook 2012-09-03 11:06:01 +02:00
mtdoob.c mtd: Update internal API to support 64-bit device size 2014-03-12 21:26:37 +01:00
mtdraw.c mtd: Update internal API to support 64-bit device size 2014-03-12 21:26:37 +01:00
partition.c mtd: partition: Remove unused variable 2014-04-23 14:01:45 +02:00