summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-at91/Kconfig6
-rw-r--r--commands/Kconfig13
2 files changed, 13 insertions, 6 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index e3eeb2cd97..6222653762 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -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
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