From: deraadt Date: Tue, 29 Jun 2021 18:45:41 +0000 (+0000) Subject: delete pre-EFI boot kernel location scripting X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cb627a4d7ea49f0ae31f1f62989aaa569fe31dfd;p=openbsd delete pre-EFI boot kernel location scripting ok drahn --- 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