summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-07-06 09:15:36 -0400
committerTom Rini <[email protected]>2022-07-06 09:15:36 -0400
commit4b7d0b24c7047c70d13db953b950a549accb8e14 (patch)
treed3b1ad18c27f5c8239fbb8dd3a6a70291db6eca4 /cmd
parente1d3e637c78790e18d64733fae913d088c4c3c76 (diff)
parent432243cee100e1d8f60399f0ae8f76cf7c83975f (diff)
Merge branch '2022-07-05-more-Kconfig-migrations' into next
- Migrate more CONFIG symbols to Kconfig, remove some dead code and clean-up arch/Kconfig.nxp slightly more.
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 ad36ae63c65..bb956e33075 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