From 21333f96c78e6181c7a376538c48f3718b71d9ef Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 14 Feb 2014 10:04:31 +0200 Subject: console: Split console_init() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Splitting the version prompt satisfies some requirements ROMCC sets for the order in which we include source files. Also GDB stub will need console hardware before entering main(). Change-Id: Ibb445a2f8cfb440d9dd69cade5f0ea41fb606f50 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5331 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/arch/armv7/bootblock_simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/armv7') diff --git a/src/arch/armv7/bootblock_simple.c b/src/arch/armv7/bootblock_simple.c index 2c8e05394c..bc3ef53ae5 100644 --- a/src/arch/armv7/bootblock_simple.c +++ b/src/arch/armv7/bootblock_simple.c @@ -56,7 +56,7 @@ void main(void) bootblock_mainboard_init(); } -#ifdef CONFIG_BOOTBLOCK_CONSOLE +#if CONFIG_BOOTBLOCK_CONSOLE console_init(); #endif -- cgit v1.2.3