From: Imre Kaloz Date: Tue, 2 Jun 2009 12:22:00 +0000 (+0200) Subject: MIPS: Sibyte: Remove simulator option X-Git-Tag: accepted/tizen/common/20141203.182822~15716^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=435f81f4a24206f82ce10d430fa6f312cee80669;p=platform%2Fkernel%2Flinux-arm64.git MIPS: Sibyte: Remove simulator option This patch removes the SiByte simulation Kconfig option, which only modified a printk. Signed-off-by: Imre Kaloz Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/sibyte/Kconfig b/arch/mips/sibyte/Kconfig index 366b19d..989d1a9 100644 --- a/arch/mips/sibyte/Kconfig +++ b/arch/mips/sibyte/Kconfig @@ -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 diff --git a/arch/mips/sibyte/swarm/setup.c b/arch/mips/sibyte/swarm/setup.c index 080c966..cffa30a 100644 --- a/arch/mips/sibyte/swarm/setup.c +++ b/arch/mips/sibyte/swarm/setup.c @@ -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"