]> rtime.felk.cvut.cz Git - mcf548x/linux.git/commitdiff
MIPS: Sibyte: Remove simulator option
authorImre Kaloz <kaloz@openwrt.org>
Tue, 2 Jun 2009 12:22:00 +0000 (14:22 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 17 Jun 2009 10:06:27 +0000 (11:06 +0100)
This patch removes the SiByte simulation Kconfig option, which only modified
a printk.

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sibyte/Kconfig
arch/mips/sibyte/swarm/setup.c

index 366b19d33f77f7c826f5f935c4bb6a39760d84af..989d1a90a8e3efcae433083c4f92155be1f81e5e 100644 (file)
@@ -128,13 +128,6 @@ config SIBYTE_ENABLE_LDT_IF_PCI
        bool
        select SIBYTE_HAS_LDT if PCI
 
-config SIMULATION
-       bool "Running under simulation"
-       depends on SIBYTE_SB1xxx_SOC
-       help
-         Build a kernel suitable for running under the GDB simulator.
-         Primarily adjusts the kernel's notion of time.
-
 config SB1_CEX_ALWAYS_FATAL
        bool "All cache exceptions considered fatal (no recovery attempted)"
        depends on SIBYTE_SB1xxx_SOC
index 080c966263b701aa608bb536f8147803aa11fc41..cffa30a989be30dbc7902c53ebf03b458ac3b402 100644 (file)
@@ -137,11 +137,7 @@ void __init plat_mem_setup(void)
                swarm_rtc_type = RTC_M4LT81;
 
        printk("This kernel optimized for "
-#ifdef CONFIG_SIMULATION
-              "simulation"
-#else
               "board"
-#endif
               " runs "
 #ifdef CONFIG_SIBYTE_CFE
               "with"