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/90bb6fae5df8
branches:  trunk
changeset: 824597:90bb6fae5df8
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 38397fa5c576 -r 90bb6fae5df8 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