aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2018-09-29 12:58:29 +0200
committerJagan Teki <jagan@amarulasolutions.com>2018-10-02 22:12:32 +0530
commitc58fb2cdb3e4abb8c2714b351b3856661573c747 (patch)
tree46d3b6b75beb7c810a0140488dc28e4a06f16d69 /cmd/Kconfig
parent5db66b3aee6f2c057706d8715f7e5c472e82f047 (diff)
downloadu-boot-c58fb2cdb3e4abb8c2714b351b3856661573c747.zip
u-boot-c58fb2cdb3e4abb8c2714b351b3856661573c747.tar.gz
u-boot-c58fb2cdb3e4abb8c2714b351b3856661573c747.tar.bz2
cmd: ubi: clean the partition handling
UBI should not mess with MTD partitions, now that the partitions are handled in a clean way, clean the ubi command and avoid using this uneeded extra-glue to reference the devices. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index c9be859..b571e84 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1840,6 +1840,8 @@ config CMD_UBI
capabilities. Please, consult the MTD web site for more details
(www.linux-mtd.infradead.org). Activate this option if you want
to use U-Boot UBI commands.
+ It is also strongly encouraged to also enable CONFIG_MTD to get full
+ partition support.
config CMD_UBIFS
tristate "Enable UBIFS - Unsorted block images filesystem commands"