summaryrefslogtreecommitdiffstats
path: root/rules/mtd-utils.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-03-13 20:45:58 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-14 11:04:39 +0100
commitd4ba37630767095330ddc5cdc3c154cd2e4f757d (patch)
treec98b87e6594dd227953edabcae99c27a533c30e0 /rules/mtd-utils.in
parentb572acdd65a8367b7cc5b43c20669afc387a1df6 (diff)
downloadptxdist-d4ba37630767095330ddc5cdc3c154cd2e4f757d.tar.gz
ptxdist-d4ba37630767095330ddc5cdc3c154cd2e4f757d.tar.xz
Update mtd-utils to 1.4.9
I had to rework some patches. Parallel build has been fixed upstream due in commits 5b1cfb9d09a8a40577e79262c6d79dfcde36b1b7 and 05f56bf49ee0de8979c29c11f61a01e30e964444, so we should be able to enable it here. flash-info has been dropped and mtdinfo should be used instead. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mol: fixed series] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/mtd-utils.in')
-rw-r--r--rules/mtd-utils.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
index a9bab1318..87396f976 100644
--- a/rules/mtd-utils.in
+++ b/rules/mtd-utils.in
@@ -46,12 +46,6 @@ config MTD_UTILS_FLASH_ERASEALL
help
...use flash_erase instead
-config MTD_UTILS_FLASH_INFO
- bool
- prompt "flash_info"
- help
- print info about a MTD device
-
config MTD_UTILS_FLASH_LOCK
bool
prompt "flash_lock"
@@ -276,8 +270,6 @@ config MTD_UTILS_MKFS_UBIFS
help
Create ubifs filesystems
-endif
-
config MTD_UTILS_MTDINFO
bool
prompt "mtdinfo"
@@ -285,3 +277,5 @@ config MTD_UTILS_MTDINFO
Print UBI specific information about mtd devices
endif
+
+endif