Browse Source

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@
OPENBSD_5_8
jsg 9 years ago
parent
commit
d01cd695de
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/etc.armv7/Makefile.inc

+ 3
- 3
src/etc/etc.armv7/Makefile.inc View File

@ -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 ALLSOC=IMX OMAP SUNXI
KERNELS= KERNELS=
@ -12,8 +12,8 @@ MDEXT+= bsd.rd.${SOC}.umg
.endfor .endfor
KERNADDR_OMAP=0x80300000 KERNADDR_OMAP=0x80300000
KERNADDR_IMX=0x10800000
KERNADDR_SUNXI=0x40800000
KERNADDR_IMX=0x10300000
KERNADDR_SUNXI=0x40300000
.for CONF K in ${KERNELS} .for CONF K in ${KERNELS}
. if !target($K) . if !target($K)


Loading…
Cancel
Save