MIPS: Sibyte: Remove simulator option
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>
This commit is contained in:
parent
d36773e53f
commit
435f81f4a2
|
@ -128,13 +128,6 @@ config SIBYTE_ENABLE_LDT_IF_PCI
|
||||||
bool
|
bool
|
||||||
select SIBYTE_HAS_LDT if PCI
|
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
|
config SB1_CEX_ALWAYS_FATAL
|
||||||
bool "All cache exceptions considered fatal (no recovery attempted)"
|
bool "All cache exceptions considered fatal (no recovery attempted)"
|
||||||
depends on SIBYTE_SB1xxx_SOC
|
depends on SIBYTE_SB1xxx_SOC
|
||||||
|
|
|
@ -137,11 +137,7 @@ void __init plat_mem_setup(void)
|
||||||
swarm_rtc_type = RTC_M4LT81;
|
swarm_rtc_type = RTC_M4LT81;
|
||||||
|
|
||||||
printk("This kernel optimized for "
|
printk("This kernel optimized for "
|
||||||
#ifdef CONFIG_SIMULATION
|
|
||||||
"simulation"
|
|
||||||
#else
|
|
||||||
"board"
|
"board"
|
||||||
#endif
|
|
||||||
" runs "
|
" runs "
|
||||||
#ifdef CONFIG_SIBYTE_CFE
|
#ifdef CONFIG_SIBYTE_CFE
|
||||||
"with"
|
"with"
|
||||||
|
|
Loading…
Reference in New Issue