Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Make the KOBO and NETWALKER kernels com...
details: https://anonhg.NetBSD.org/src/rev/d35306c07301
branches: trunk
changeset: 1023713:d35306c07301
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Sep 24 08:04:15 2021 +0000
description:
Make the KOBO and NETWALKER kernels compile again.
diffstat:
sys/arch/evbarm/conf/std.kobo | 7 ++++++-
sys/arch/evbarm/conf/std.netwalker | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 738533ec1d1a -r d35306c07301 sys/arch/evbarm/conf/std.kobo
--- a/sys/arch/evbarm/conf/std.kobo Fri Sep 24 06:30:02 2021 +0000
+++ b/sys/arch/evbarm/conf/std.kobo Fri Sep 24 08:04:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.kobo,v 1.5 2019/05/18 08:49:23 skrll Exp $
+# $NetBSD: std.kobo,v 1.6 2021/09/24 08:04:15 skrll Exp $
#
# standard NetBSD/evbarm options for Kobo
@@ -27,3 +27,8 @@
makeoptions LOADADDRESS_VIRT="0x80100000"
makeoptions LOADADDRESS="0x70100000"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.kobo"
+
+# Prevent the addition of a command line -DKERNEL_BASE_VOFFSET= as it
+# is done at runtime.
+makeoptions KERNEL_VOFFSET_RUNTIME=1
+
diff -r 738533ec1d1a -r d35306c07301 sys/arch/evbarm/conf/std.netwalker
--- a/sys/arch/evbarm/conf/std.netwalker Fri Sep 24 06:30:02 2021 +0000
+++ b/sys/arch/evbarm/conf/std.netwalker Fri Sep 24 08:04:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.netwalker,v 1.13 2019/06/13 04:20:23 hkenken Exp $
+# $NetBSD: std.netwalker,v 1.14 2021/09/24 08:04:15 skrll Exp $
#
# standard NetBSD/evbarm options for Sharp NetWalker
@@ -30,3 +30,8 @@
makeoptions KERNEL_BASE_PHYS=0x90008000
makeoptions KERNEL_BASE_VIRT=0x80008000
+
+# Prevent the addition of a command line -DKERNEL_BASE_VOFFSET= as it
+# is done at runtime.
+makeoptions KERNEL_VOFFSET_RUNTIME=1
+
Home |
Main Index |
Thread Index |
Old Index