delete pre-EFI boot kernel location scripting
authorderaadt <deraadt@openbsd.org>
Tue, 29 Jun 2021 18:45:41 +0000 (18:45 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 29 Jun 2021 18:45:41 +0000 (18:45 +0000)
ok drahn

sys/arch/riscv64/conf/Makefile.riscv64

index 82a14f2..9a95110 100644 (file)
@@ -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