diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-10 03:57:46 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-10 03:57:46 +0000 |
commit | 855f3fd927e4e79a2614d828069b81a5d0414a07 (patch) | |
tree | c9acf9ec0b8eed7106c790b983b48f896ca72e61 /sys | |
parent | ab5667515b00c5f26807ed606ba3aea94b09f554 (diff) |
bring PHYS address in sync with RAMDISK, matches the addresss redboot
wants. Note that redboot still wants to have a virtual load address
between 0 and ramsize, so loading an unmodified kernel still doesn't work.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index b62d7b0829b..da41142c1ee 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.1 2006/05/29 17:13:19 drahn Exp $ +# $OpenBSD: GENERIC,v 1.2 2006/06/10 03:57:45 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -15,7 +15,7 @@ maxusers 32 # estimated number of users options ARM32 -makeoptions KERNEL_BASE_PHYS="0xa0200000" +makeoptions KERNEL_BASE_PHYS="0x00200000" makeoptions KERNEL_BASE_VIRT="0xc0200000" makeoptions BOARDTYPE="armish" |