From 6503cd9d00a2a3cf3c1c32b26f2097fad7ac9c7f Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 7 Nov 2007 23:13:43 +0000 Subject: Final set of changes to make Alix1c work. Fix IRQ tables (Thanks to Marc Jones) Fix IRQ SLOT # Comment out ram test in early startup. make the debug print in lx/raminit.c a debug print, not emerg print Set the default console log level to 3, but leave in the possibility of running with more info (leave maximum at 11) Signed-off-by: Ronald G. Minnich Acked-by: Marc Jones git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2952 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/lx/raminit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/northbridge/amd/lx/raminit.c') diff --git a/src/northbridge/amd/lx/raminit.c b/src/northbridge/amd/lx/raminit.c index e65a87e20f..0a704b5f1b 100644 --- a/src/northbridge/amd/lx/raminit.c +++ b/src/northbridge/amd/lx/raminit.c @@ -29,9 +29,9 @@ static const unsigned char NumColAddr[] = { void banner(char *s) { - print_emerg("==========================="); - print_emerg(s); - print_emerg("======================================\r\n"); + print_debug("==========================="); + print_debug(s); + print_debug("======================================\r\n"); } void hcf(void) { -- cgit v1.2.3