Module Name: src
Committed By: jmcneill
Date: Sun Jun 11 00:03:29 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: std.exynos
Log Message:
Fix KERNEL_BASE_PHYS (how did this ever work?)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/std.exynos
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/std.exynos
diff -u src/sys/arch/evbarm/conf/std.exynos:1.2 src/sys/arch/evbarm/conf/std.exynos:1.3
--- src/sys/arch/evbarm/conf/std.exynos:1.2 Sat Jun 10 15:13:19 2017
+++ src/sys/arch/evbarm/conf/std.exynos Sun Jun 11 00:03:29 2017
@@ -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 PCI_NETBSD_CONFIGURE
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"