From 05f26fcb571340b17beaca16939a025a9c0b4cdd Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Wed, 11 Jun 2003 21:55:00 +0000 Subject: - Factoring of auto.c - Implementation of fallback/normal support for the amd solo board - Minor bugfix in romcc git-svn-id: svn://svn.coreboot.org/coreboot/trunk@867 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/lib/console.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/arch/i386/lib') diff --git a/src/arch/i386/lib/console.c b/src/arch/i386/lib/console.c index 83502eafd9..f3594e9786 100644 --- a/src/arch/i386/lib/console.c +++ b/src/arch/i386/lib/console.c @@ -136,3 +136,12 @@ static void console_init(void) " starting...\r\n"; print_info(console_test); } + + +static void die(const char *str) +{ + print_emerg(str); + do { + hlt(); + } while(1); +} -- cgit v1.2.3