summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:34:31 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 19:41:49 (GMT)
commit978f0854da2abaeebe047c24c12c1033de75060a (patch)
tree165b8b269aa648fcfbdb00e941ee3e298f643956 /cmd
parentcb70e6cb8d7a0278b7bcb399948efd4782e11565 (diff)
downloadu-boot-fsl-qoriq-978f0854da2abaeebe047c24c12c1033de75060a.tar.xz
Convert CONFIG_CMD_ONENAND to Kconfig
This converts the following to Kconfig: CONFIG_CMD_ONENAND Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 4d89af4..0d967a7 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -718,6 +718,14 @@ config CMD_MMC_SPI
to 20MHz. It is useful since it reduces the amount of protocol code
required.
+config CMD_ONENAND
+ bool "onenand - access to onenand device"
+ help
+ OneNAND is a brand of NAND ('Not AND' gate) flash which provides
+ various useful features. This command allows reading, writing,
+ and erasing blocks. It allso provides a way to show and change
+ bad blocks, and test the device.
+
config CMD_PART
bool "part"
select PARTITION_UUIDS