summaryrefslogtreecommitdiffstats
path: root/rules/mtd-utils.in
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2023-05-23 14:49:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-05-26 15:34:15 +0200
commit46af890ae265e1c1d6c23c945e30da7fe226ed06 (patch)
treeccf7477ac5f9d380f0b745877f2efab7838f9439 /rules/mtd-utils.in
parentd5ff51e6a219b35e1e1835334a0f936e7aaa74ac (diff)
downloadptxdist-46af890ae265e1c1d6c23c945e30da7fe226ed06.tar.gz
ptxdist-46af890ae265e1c1d6c23c945e30da7fe226ed06.tar.xz
mtd-utils: mtdinfo is not UBI-specific, move it up one submenu
mtdinfo without --ubi-info prints e.g. eraseblock size and amount of eraseblocks, flash type, and minimum input/output unit size. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20230523124949.2595261-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/mtd-utils.in')
-rw-r--r--rules/mtd-utils.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
index 4907e135f..eaf073932 100644
--- a/rules/mtd-utils.in
+++ b/rules/mtd-utils.in
@@ -388,13 +388,13 @@ config MTD_UTILS_MKFS_UBIFS
help
Create ubifs filesystems
+endif
+
config MTD_UTILS_MTDINFO
bool
prompt "mtdinfo"
help
- Print UBI specific information about MTD devices
-
-endif
+ Print information about MTD devices
config MTD_UTILS_TESTS
bool