diff options
author | 2006-06-10 03:57:45 +0000 | |
---|---|---|
committer | 2006-06-10 03:57:45 +0000 | |
commit | c48812feeda32c6508f2f3afca63843d808d1a90 (patch) | |
tree | 1be2c42dd43ea82a4624f211b94457c7962dcabe | |
parent | include i2c bits instead of dummying out i2c_bitbang. (diff) | |
download | wireguard-openbsd-c48812feeda32c6508f2f3afca63843d808d1a90.tar.xz wireguard-openbsd-c48812feeda32c6508f2f3afca63843d808d1a90.zip |
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.
-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" |