aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/sifive/hifive-unleashed/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/sifive/hifive-unleashed/romstage.c')
-rw-r--r--src/mainboard/sifive/hifive-unleashed/romstage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/romstage.c b/src/mainboard/sifive/hifive-unleashed/romstage.c
index df4cf894b2..3767491a5e 100644
--- a/src/mainboard/sifive/hifive-unleashed/romstage.c
+++ b/src/mainboard/sifive/hifive-unleashed/romstage.c
@@ -42,5 +42,7 @@ void main(void)
sdram_init();
+ cbmem_initialize_empty();
+
run_ramstage();
}