aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/storm/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/storm/romstage.c')
-rw-r--r--src/mainboard/google/storm/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/storm/romstage.c b/src/mainboard/google/storm/romstage.c
index 10632d8d5f..99cc90bea9 100644
--- a/src/mainboard/google/storm/romstage.c
+++ b/src/mainboard/google/storm/romstage.c
@@ -26,6 +26,7 @@ void main(void)
{
void *entry;
+ console_init();
cbmem_initialize_empty();
entry = cbfs_load_stage(CBFS_DEFAULT_MEDIA, "fallback/coreboot_ram");