summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2016-04-22 16:15:58 +0000
committerbr <br@FreeBSD.org>2016-04-22 16:15:58 +0000
commit84e42ee622ad2d0af29da83eacff82f1da80f602 (patch)
tree9f760285c85660f0b18c9a5bac4ab95d5150fd47 /sys/conf
parente0ecee54992a794a8d017219a78dbcbd376a0412 (diff)
downloadFreeBSD-src-84e42ee622ad2d0af29da83eacff82f1da80f602.zip
FreeBSD-src-84e42ee622ad2d0af29da83eacff82f1da80f602.tar.gz
Clear the DDR memory. This should be done by bootloaders,
but they have no such feature yet. This fixes operation on Rocket Core and lowRISC.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options.riscv1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.riscv b/sys/conf/options.riscv
index c263bd8..0404654 100644
--- a/sys/conf/options.riscv
+++ b/sys/conf/options.riscv
@@ -2,3 +2,4 @@
RISCV opt_global.h
VFP opt_global.h
+DDR_CLEAR_SIZE opt_global.h
OpenPOWER on IntegriCloud