From 855f3fd927e4e79a2614d828069b81a5d0414a07 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sat, 10 Jun 2006 03:57:46 +0000 Subject: 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. --- sys/arch/armish/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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" -- cgit v1.2.3