aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-15 12:03:51 -0400
committerTom Rini <trini@konsulko.com>2022-07-05 17:03:01 -0400
commitdd4bf244455acd5a18616872b4e76d93180762d0 (patch)
treec62deef0438a2eb8e64d686eb4ec9180cf5e1321 /cmd
parentddd39d0cc1a025a1e2e3c792cc8286dbdfa29b54 (diff)
downloadu-boot-dd4bf244455acd5a18616872b4e76d93180762d0.zip
u-boot-dd4bf244455acd5a18616872b4e76d93180762d0.tar.gz
u-boot-dd4bf244455acd5a18616872b4e76d93180762d0.tar.bz2
Convert CONFIG_USE_ONENAND_BOARD_INIT to Kconfig
This converts the following to Kconfig: CONFIG_USE_ONENAND_BOARD_INIT Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index ad36ae6..bb956e3 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1298,6 +1298,10 @@ config CMD_ONENAND
and erasing blocks. It allso provides a way to show and change
bad blocks, and test the device.
+config USE_ONENAND_BOARD_INIT
+ bool "Call onenand_board_init() in the onenand command"
+ depends on CMD_ONENAND
+
config CMD_OSD
bool "osd"
help