artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51bf8b9
)
delete pre-EFI boot kernel location scripting
author
deraadt
<deraadt@openbsd.org>
Tue, 29 Jun 2021 18:45:41 +0000
(18:45 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 29 Jun 2021 18:45:41 +0000
(18:45 +0000)
ok drahn
sys/arch/riscv64/conf/Makefile.riscv64
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/conf/Makefile.riscv64
b/sys/arch/riscv64/conf/Makefile.riscv64
index
82a14f2
..
9a95110
100644
(file)
--- a/
sys/arch/riscv64/conf/Makefile.riscv64
+++ b/
sys/arch/riscv64/conf/Makefile.riscv64
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile.riscv64,v 1.1
1 2021/06/25 19:27:40 matthieu
Exp $
+# $OpenBSD: Makefile.riscv64,v 1.1
2 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