From fda86e70c8f6215cef39e8cc78e84c15e82b2584 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Wed, 27 Jan 2010 13:49:07 +0100 Subject: [PATCH] arm/Kconfig: removed unused TAG options 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 --- arch/arm/Kconfig | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d4df14d04..92ec417d2 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