summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-04-22 10:56:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-25 13:37:38 +0200
commit4ec00a9b3dd8c1d37fdaa569d184d38d0c62f63d (patch)
tree32e9efd97b310379eafa4f86720b9f6cbe5ee4f5 /commands
parentbbdb04b03f1e2dad7c7cff46597f9c1275af608c (diff)
downloadbarebox-4ec00a9b3dd8c1d37fdaa569d184d38d0c62f63d.tar.gz
barebox-4ec00a9b3dd8c1d37fdaa569d184d38d0c62f63d.tar.xz
move FLEXIBLE_BOOTARGS from commands/ to common/
FLEXIBLE_BOOTARGS also works without command support being enabled. Move this option from commands/Kconfig to common/Kconfig so that it doesn't depend on COMMAND_SUPPORT. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 875c5f4f01..13dd9bb9b3 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -266,19 +266,6 @@ endmenu
menu "Boot"
-# TODO: isn't a command
-config FLEXIBLE_BOOTARGS
- bool
- prompt "flexible Linux bootargs generation"
- depends on CMD_GLOBAL
- help
- Select this to get a more flexible bootargs generation. With this
- option the bootargs are concatenated together from global variables
- beginning with 'global.linux.bootargs.' and 'global.linux.mtdparts.'
- This allows for more flexible scripting since with it it's possible
- to replace parts of the bootargs string without reconstructing it
- completely.
-
config CMD_AT91_BOOT_TEST
bool "at91_boot_test"
depends on ARCH_AT91