summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/norwich/cache_as_ram_auto.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-05-21 21:33:24 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-05-21 21:33:24 +0000
commit1e79f12654d99bf786d5d2249bfbf61cd92523ff (patch)
treeeee4cbf05fc087dc1abe21d418a582864ba9300f /src/mainboard/amd/norwich/cache_as_ram_auto.c
parent931d92217627ae05a6f5b01198fae74854bd6f49 (diff)
downloadcoreboot-staging-1e79f12654d99bf786d5d2249bfbf61cd92523ff.zip
coreboot-staging-1e79f12654d99bf786d5d2249bfbf61cd92523ff.tar.gz
Drop romcc related stuff, as this board only uses CAR.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2684 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/norwich/cache_as_ram_auto.c')
-rw-r--r--src/mainboard/amd/norwich/cache_as_ram_auto.c12
1 files changed, 7 insertions, 5 deletions
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 <device/pci_def.h>
#include <arch/io.h>
#include <device/pnp_def.h>
-#include <arch/romcc_io.h>
#include <arch/hlt.h>
#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();
OpenPOWER on IntegriCloud