diff --git a/src/console/console.c b/src/console/console.c index 64056b43ea..de62546ea7 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -124,7 +124,11 @@ void console_init(void) "\n\ncoreboot-" COREBOOT_VERSION COREBOOT_EXTRA_VERSION - " " +#if defined(__BOOT_BLOCK__) + " bootblock " +#else + " romstage " +#endif COREBOOT_BUILD " starting...\n"; print_info(console_test);