From d01cd695de34677f3df62953c71bea8ecbf0df97 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Tue, 19 May 2015 00:05:59 +0000 Subject: [PATCH] use the same va entry point on all armv7 socs Similiar changes were made in bitrig by Patrick Wildt. As part of this change the physical load address for imx and sunxi have changed. Any u-boot settings that include it will need to be modified. imx: 0x10800000 -> 0x10300000 sunxi: 0x40800000 -> 0x40300000 Tested by bmercer, canacar and myself. ok bmercer@ --- src/etc/etc.armv7/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.armv7/Makefile.inc b/src/etc/etc.armv7/Makefile.inc index 4f446752..2c4008b8 100644 --- a/src/etc/etc.armv7/Makefile.inc +++ b/src/etc/etc.armv7/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2015/01/26 01:55:55 jsg Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2015/05/19 00:05:59 jsg Exp $ ALLSOC=IMX OMAP SUNXI KERNELS= @@ -12,8 +12,8 @@ MDEXT+= bsd.rd.${SOC}.umg .endfor KERNADDR_OMAP=0x80300000 -KERNADDR_IMX=0x10800000 -KERNADDR_SUNXI=0x40800000 +KERNADDR_IMX=0x10300000 +KERNADDR_SUNXI=0x40300000 .for CONF K in ${KERNELS} . if !target($K)