mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user