summaryrefslogtreecommitdiffstats
path: root/src/arch/riscv
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv')
-rw-r--r--src/arch/riscv/romstage.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/romstage.ld b/src/arch/riscv/romstage.ld
index a58aee3..4cb0050 100644
--- a/src/arch/riscv/romstage.ld
+++ b/src/arch/riscv/romstage.ld
@@ -76,7 +76,7 @@ SECTIONS
_end = .;
- /*preram_cbmem_console = CONFIG_CONSOLE_PRERAM_BUFFER_BASE;*/
+ preram_cbmem_console = CONFIG_CONSOLE_PRERAM_BUFFER_BASE;
/* Discard the sections we don't need/want */
/DISCARD/ : {
OpenPOWER on IntegriCloud