9
0
Fork 0

commands: move CMD_BOOT_ORDER to commands/Kconfig

* this places the command into the "Boot commands"
  section of Kconfig
* while at it, improve Kconfig documention

Signed-off-by: Holger Schurig <holgerschurig@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Holger Schurig 2014-05-13 10:28:49 +02:00 committed by Sascha Hauer
parent d4ee397fdb
commit efb18d817f
2 changed files with 12 additions and 7 deletions

View File

@ -107,13 +107,6 @@ config OMAP4_USBBOOT
You need the utility program omap4_usbboot to boot from USB.
Please read omap4_usb_booting.txt for more information.
config CMD_BOOT_ORDER
tristate
depends on ARCH_OMAP4
prompt "boot_order"
help
A command to choose the next boot device on a warm reset.
config OMAP_MULTI_BOARDS
bool "Allow multiple boards to be selected"
select HAVE_DEFAULT_ENVIRONMENT_NEW

View File

@ -171,6 +171,18 @@ config FLEXIBLE_BOOTARGS
to replace parts of the bootargs string without reconstructing it
completely.
config CMD_BOOT_ORDER
tristate
depends on ARCH_OMAP4
prompt "boot_order"
help
Set warm boot order (the next boot device on a warm reset).
Usage: boot_order DEVICE...
Each device can be one of:
xip xipwait nand onenand mmc1 mmc2_1 mmc2_2 uart usb_1 usb_ulpi usb_2
config CMD_BOOT
tristate
select BOOTM