summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2016-04-25 13:20:57 +0000
committerbr <br@FreeBSD.org>2016-04-25 13:20:57 +0000
commit63312613f4fa9b00e0032ffa9cc5d98ec58e1a08 (patch)
treefe4237cd8c86185422674258a70df833bd56ed78 /sys/conf
parent8f86ed9783540d0930c785f7745de916dde84a3d (diff)
downloadFreeBSD-src-63312613f4fa9b00e0032ffa9cc5d98ec58e1a08.zip
FreeBSD-src-63312613f4fa9b00e0032ffa9cc5d98ec58e1a08.tar.gz
Revert r298477 ("Clear the DDR memory").
There is no need to clear all the DDR memory (we only need to clear BSS section). I was playing with non-default version of hardware (the bitfile synthesized for 4-level page memory system) and clearing was helpful, but then realized support for 4-level page system is untested/broken in both RocketCore and lowRISC.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options.riscv1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/options.riscv b/sys/conf/options.riscv
index 0404654..c263bd8 100644
--- a/sys/conf/options.riscv
+++ b/sys/conf/options.riscv
@@ -2,4 +2,3 @@
RISCV opt_global.h
VFP opt_global.h
-DDR_CLEAR_SIZE opt_global.h
OpenPOWER on IntegriCloud