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 Fix KERNEL_BASE_PHYS (how did this ever...
details: https://anonhg.NetBSD.org/src/rev/29b5f51f7074
branches: trunk
changeset: 354296:29b5f51f7074
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Jun 11 00:03:29 2017 +0000
description:
Fix KERNEL_BASE_PHYS (how did this ever work?)
diffstat:
sys/arch/evbarm/conf/std.exynos | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r af5a63a8098a -r 29b5f51f7074 sys/arch/evbarm/conf/std.exynos
--- a/sys/arch/evbarm/conf/std.exynos Sat Jun 10 23:26:32 2017 +0000
+++ b/sys/arch/evbarm/conf/std.exynos Sun Jun 11 00:03:29 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.exynos,v 1.2 2017/06/10 15:13:19 jmcneill Exp $
+# $NetBSD: std.exynos,v 1.3 2017/06/11 00:03:29 jmcneill Exp $
#
machine evbarm arm
@@ -26,7 +26,7 @@
options __HAVE_PCI_CONF_HOOK
options __BUS_SPACE_HAS_STREAM_METHODS
-makeoptions KERNEL_BASE_PHYS="0x80000000"
+makeoptions KERNEL_BASE_PHYS="0x40000000"
makeoptions KERNEL_BASE_VIRT="0x80000000"
makeoptions BOARDTYPE="exynos"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.exynos"
Home |
Main Index |
Thread Index |
Old Index