diff options
Diffstat (limited to 'arch/mips/sibyte/swarm/setup.c')
-rw-r--r-- | arch/mips/sibyte/swarm/setup.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/mips/sibyte/swarm/setup.c b/arch/mips/sibyte/swarm/setup.c index cffa30a989be..672e45d495a9 100644 --- a/arch/mips/sibyte/swarm/setup.c +++ b/arch/mips/sibyte/swarm/setup.c | |||
@@ -136,16 +136,6 @@ void __init plat_mem_setup(void) | |||
136 | if (m41t81_probe()) | 136 | if (m41t81_probe()) |
137 | swarm_rtc_type = RTC_M4LT81; | 137 | swarm_rtc_type = RTC_M4LT81; |
138 | 138 | ||
139 | printk("This kernel optimized for " | ||
140 | "board" | ||
141 | " runs " | ||
142 | #ifdef CONFIG_SIBYTE_CFE | ||
143 | "with" | ||
144 | #else | ||
145 | "without" | ||
146 | #endif | ||
147 | " CFE\n"); | ||
148 | |||
149 | #ifdef CONFIG_VT | 139 | #ifdef CONFIG_VT |
150 | screen_info = (struct screen_info) { | 140 | screen_info = (struct screen_info) { |
151 | 0, 0, /* orig-x, orig-y */ | 141 | 0, 0, /* orig-x, orig-y */ |