9
0
Fork 0

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>
This commit is contained in:
Holger Schurig 2014-05-13 10:28:50 +02:00 committed by Sascha Hauer
parent efb18d817f
commit d1f7aa862d
2 changed files with 13 additions and 6 deletions

View File

@ -534,12 +534,6 @@ config CMD_AT91CLK
bool "at91clk dump command"
default y
config CMD_AT91_BOOT_TEST
bool "at91_boot_test"
help
allow to upload a boot binary to sram and execute it
useful to test bootstrap or barebox lowlevel init
endif
config AT91_BOOTSTRAP

View File

@ -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