aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/console')
-rw-r--r--src/console/init.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/console/init.c b/src/console/init.c
index 7e7c5acdd7..8f40abbe37 100644
--- a/src/console/init.c
+++ b/src/console/init.c
@@ -43,18 +43,6 @@ void console_init(void)
console_hw_init();
- printk(BIOS_INFO, "\n\ncoreboot-%s%s %s %s starting...\n",
- coreboot_version, coreboot_extra_version, coreboot_build,
-#if ENV_BOOTBLOCK
- "bootblock"
-#elif ENV_ROMSTAGE
- "romstage"
-#elif ENV_RAMSTAGE
- "ramstage"
-#elif ENV_VERSTAGE
- "verstage"
-#else
- "UNKNOWN"
-#endif
- );
+ printk(BIOS_INFO, "\n\ncoreboot-%s%s %s " ENV_STRING " starting...\n",
+ coreboot_version, coreboot_extra_version, coreboot_build);
}