9
0
Fork 0
barebox/fs
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
..
cramfs fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
ext4 fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
fat fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
ubifs ubifs: Remove unused variable 2014-04-23 14:00:25 +02:00
Kconfig drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
Makefile nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
bpkfs.c bpkfs: fix compiler warning 2014-02-10 09:34:35 +01:00
devfs-core.c drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
devfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
fs.c Merge branch 'for-next/nfs' 2014-03-07 09:25:44 +01:00
nfs.c nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
omap4_usbbootfs.c omap4: add filesystem support over usb boot 2012-11-16 15:32:31 +01:00
parseopt.c nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
parseopt.h nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
ramfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
tftp.c tftp: add timeframe when remote server is retransmitting 2014-05-05 09:18:45 +02:00
uimagefs.c Merge branch 'for-next/fs' 2013-10-07 07:59:42 +02:00