From 1e79f12654d99bf786d5d2249bfbf61cd92523ff Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 21 May 2007 21:33:24 +0000 Subject: Drop romcc related stuff, as this board only uses CAR. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2684 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/norwich/cache_as_ram_auto.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/mainboard/amd/norwich/cache_as_ram_auto.c') diff --git a/src/mainboard/amd/norwich/cache_as_ram_auto.c b/src/mainboard/amd/norwich/cache_as_ram_auto.c index ed6f742..8aae9a4 100644 --- a/src/mainboard/amd/norwich/cache_as_ram_auto.c +++ b/src/mainboard/amd/norwich/cache_as_ram_auto.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include "pc80/serial.c" #include "arch/i386/lib/console.c" @@ -109,11 +108,14 @@ void cache_as_ram_main(void) cs5536_early_setup(); - /* Note: must do this AFTER the early_setup! It is counting on some early - * MSR setup for CS5536. + /* Note: must do this AFTER the early_setup! It is counting on some + * early MSR setup for CS5536. */ - /* cs5536_disable_internal_uart disable them for now, set them up later... */ - cs5536_setup_onchipuart(); /* if debug. real setup done in chipset init via config.lb */ + /* cs5536_disable_internal_uart: disable them for now, set them + * up later... + */ + /* If debug. real setup done in chipset init via Config.lb. */ + cs5536_setup_onchipuart(); mb_gpio_init(); uart_init(); console_init(); -- cgit v1.1