summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
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 /arch/arm/mach-at91
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 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig6
1 files changed, 0 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