[PATCH 02/11] arm/Kconfig: removed unused TAG options
Marc Kleine-Budde
mkl at pengutronix.de
Tue Feb 16 09:46:17 EST 2010
The tags for the command line parameters are not used, so let's remove them:
- CMDLINE_TAG
- SETUP_MEMORY_TAGS
- INITRD_TAG
Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de>
---
arch/arm/Kconfig | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d4df14d..92ec417 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -81,25 +81,6 @@ config CMD_ARM_CPUINFO
Say yes here to get a cpuinfo command to show some
information about the cp15 registers
-config CMDLINE_TAG
- bool "Send commandline to kernel"
- default y
- help
- If you want to start a 2.6 kernel say y here.
-
-config SETUP_MEMORY_TAGS
- bool "send memory definition to kernel"
- default y
- help
- If you want to start a 2.6 kernel say y here.
-
-config INITRD_TAG
- bool "send initrd params to kernel"
- default y
- help
- If you want to start a 2.6 kernel and use an
- initrd image say y here.
-
config CPU_V7_DCACHE_SKIP
bool "Skip DCache Invlidate"
depends on CPU_V7
--
1.6.6.2
More information about the barebox
mailing list