summaryrefslogtreecommitdiff
path: root/sys/arch/riscv64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-06-29 18:45:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-06-29 18:45:42 +0000
commit1dfcec7ceca516e96bd951d54e8a794b3a65484e (patch)
treec9b78c013344b43815a90e2af8538ead0cf38e2f /sys/arch/riscv64
parent2d1a0e06372a01f8e4b1eae2ee4e21c46e153198 (diff)
delete pre-EFI boot kernel location scripting
ok drahn
Diffstat (limited to 'sys/arch/riscv64')
-rw-r--r--sys/arch/riscv64/conf/Makefile.riscv647
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/riscv64/conf/Makefile.riscv64 b/sys/arch/riscv64/conf/Makefile.riscv64
index 82a14f2953a..9a95110b2f4 100644
--- a/sys/arch/riscv64/conf/Makefile.riscv64
+++ b/sys/arch/riscv64/conf/Makefile.riscv64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.riscv64,v 1.11 2021/06/25 19:27:40 matthieu Exp $
+# $OpenBSD: Makefile.riscv64,v 1.12 2021/06/29 18:45:41 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -170,9 +170,4 @@ install: update-link hardlink-obsd newinstall
. endfor
.endif
-## for qemu this is where ram is located
-RAM_ADDR?=0x40000000
-#KERNEL_LOAD_ADDR!=echo "x = hex(${KERNEL_BASE_PHYS} + ${RAM_ADDR}); print x" | python
-KERNEL_LOAD_ADDR=0x40200000
-
%RULES