aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/snow/ramstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/snow/ramstage.c')
-rw-r--r--src/mainboard/google/snow/ramstage.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/google/snow/ramstage.c b/src/mainboard/google/snow/ramstage.c
index 50050d37a5..f9d9c9600c 100644
--- a/src/mainboard/google/snow/ramstage.c
+++ b/src/mainboard/google/snow/ramstage.c
@@ -24,9 +24,7 @@ void main(void)
// volatile unsigned long *pshold = (unsigned long *)0x1004330c;
// *pshold &= ~0x100; /* shut down */
- /* FIXME: console_init() seems to cause things to die... Maybe
- we need to reset our stack pointer? */
-// console_init();
+ console_init();
printk(BIOS_INFO, "hello from ramstage\n");
while (1);
}