summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-13 10:28:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-14 10:03:48 +0200
commitd1f7aa862d8f0ceba0e1cb78587b731f907acc8a (patch)
tree831ecd359391876b3c7220ddd76429c5224465e1 /commands/Kconfig
parentefb18d817f1138e46174790e3a9445799fac713d (diff)
downloadbarebox-d1f7aa862d8f0ceba0e1cb78587b731f907acc8a.tar.gz
barebox-d1f7aa862d8f0ceba0e1cb78587b731f907acc8a.tar.xz
commands: move CMD_AT91_BOOT_TEST 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/Kconfig')
-rw-r--r--commands/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 1743d5e7b7..5839efe097 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -171,6 +171,19 @@ config FLEXIBLE_BOOTARGS
to replace parts of the bootargs string without reconstructing it
completely.
+config CMD_AT91_BOOT_TEST
+ bool "at91_boot_test"
+ depends on ARCH_AT91
+ help
+ allow to upload a boot binary to SRAM and execute it.
+ Useful to test bootstrap or barebox lowlevel init.
+
+ Usage: at91_boot_test [-js] FILE
+
+ Options:
+ -j ADDR jump address
+ -s SRAM SRAM device (default /dev/sram0)
+
config CMD_BOOT_ORDER
tristate
depends on ARCH_OMAP4