Module Name:    src
Committed By:   skrll
Date:           Sun Nov 29 19:52:03 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: std.awin

Log Message:
Page align KERNEL_BASE_{PHYS,VIRT} and fix boot on my BPI after the XN
fix.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/std.awin

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.awin
diff -u src/sys/arch/evbarm/conf/std.awin:1.7 src/sys/arch/evbarm/conf/std.awin:1.8
--- src/sys/arch/evbarm/conf/std.awin:1.7	Wed Apr 22 23:04:16 2015
+++ src/sys/arch/evbarm/conf/std.awin	Sun Nov 29 19:52:03 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: std.awin,v 1.7 2015/04/22 23:04:16 matt Exp $
+#	$NetBSD: std.awin,v 1.8 2015/11/29 19:52:03 skrll Exp $
 #
 # standard NetBSD/evbarm for Allwinner based options
 
@@ -23,8 +23,8 @@ options 	GTTWSI_ALLWINNER
 options 	MOTG_ALLWINNER
 options 	AWIN_SYSCONFIG
 
-makeoptions	KERNEL_BASE_PHYS="0x40007800"
-makeoptions	KERNEL_BASE_VIRT="0x80007800"
+makeoptions	KERNEL_BASE_PHYS="0x40008000"
+makeoptions	KERNEL_BASE_VIRT="0x80008000"
 makeoptions	BOARDTYPE="awin"
 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.awin"
 makeoptions	CPUFLAGS="-mcpu=cortex-a8 -mfpu=neon"

Reply via email to