diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-12-28 11:04:24 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-12-28 11:04:24 +0000 |
| commit | 767f578ae39a50912927cbc32336fa90f574012c (patch) | |
| tree | 3cad3f77b255ebb1e39a09c7f2ad31ed233f0bfb /sys/arm/conf | |
| parent | 1f8bd75e77e1d6ba1871731545a2498e9a819069 (diff) | |
Notes
Diffstat (limited to 'sys/arm/conf')
| -rw-r--r-- | sys/arm/conf/NSLU | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sys/arm/conf/NSLU b/sys/arm/conf/NSLU index f22319b242a8..85b2e2f186d5 100644 --- a/sys/arm/conf/NSLU +++ b/sys/arm/conf/NSLU @@ -19,14 +19,18 @@ ident NSLU -options PHYSADDR=0x10000000 -options KERNPHYSADDR=0x10200000 -options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm -options FLASHADDR=0x50000000 -options LOADERRAMADDR=0x00000000 -options STARTUP_PAGETABLE_ADDR=0x10000000 +# XXX What is defined in std.avila does not exactly match the following: +#options PHYSADDR=0x10000000 +#options KERNPHYSADDR=0x10200000 +#options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm +#options FLASHADDR=0x50000000 +#options LOADERRAMADDR=0x00000000 +#options STARTUP_PAGETABLE_ADDR=0x10000000 +include "../xscale/ixp425/std.ixp425" +# NB: memory mapping is defined in std.avila (see also comment above) include "../xscale/ixp425/std.avila" +options XSCALE_CACHE_READ_WRITE_ALLOCATE #To statically compile in device wiring instead of /boot/device.hints hints "NSLU.hints" #Default places to look for devices. makeoptions MODULES_OVERRIDE="" @@ -99,7 +103,6 @@ device bpf device pty device loop -options XSCALE_CACHE_READ_WRITE_ALLOCATE device md device random # Entropy device |
