summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-13 10:28:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-14 10:03:47 +0200
commitefb18d817f1138e46174790e3a9445799fac713d (patch)
tree2c8b83731200ba83c3f93bb65a4a7d24d41d1001 /commands
parentd4ee397fdba392307982c12d58fb33ca239892e2 (diff)
downloadbarebox-efb18d817f1138e46174790e3a9445799fac713d.tar.gz
barebox-efb18d817f1138e46174790e3a9445799fac713d.tar.xz
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>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 3b4f2a7467..1743d5e7b7 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -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