There are quite a few options at the top level relating to U-Boot init.
Move them into their own menu.
Signed-off-by: Simon Glass <sjg@chromium.org>
endmenu
+menu "Init options"
+
config MISC_INIT_R
bool "Execute Misc Init"
default y if ARCH_KEYSTONE || ARCH_SUNXI || MPC85xx
the relocation phase. The board function checkboard() is called to do
this.
+endmenu # Init options
+
config BOUNCE_BUFFER
bool "Include bounce buffer API"
help