diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-29 18:45:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-29 18:45:42 +0000 |
commit | 1dfcec7ceca516e96bd951d54e8a794b3a65484e (patch) | |
tree | c9b78c013344b43815a90e2af8538ead0cf38e2f /sys/arch/riscv64 | |
parent | 2d1a0e06372a01f8e4b1eae2ee4e21c46e153198 (diff) |
delete pre-EFI boot kernel location scripting
ok drahn
Diffstat (limited to 'sys/arch/riscv64')
-rw-r--r-- | sys/arch/riscv64/conf/Makefile.riscv64 | 7 |
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 |