From aa5f5b153f10e7cb49641bedafe9990774d75119 Mon Sep 17 00:00:00 2001 From: Ben Gardner Date: Thu, 19 Nov 2015 10:48:47 -0600 Subject: rules.h: Add ENV_STRING and use it in console_init() Move the #ifdef chain to set the stage name to rules.h. Change-Id: I577ddf2de4ef249a1a4ce627bb55608731a9f5ed Signed-off-by: Ben Gardner Reviewed-on: http://review.coreboot.org/12479 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/console/init.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'src/console/init.c') 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); } -- cgit v1.2.3