diff options
author | cognet <cognet@FreeBSD.org> | 2007-02-19 01:03:08 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2007-02-19 01:03:08 +0000 |
commit | 02162f9242f988a2ccc3af756f7d0b9e3690e957 (patch) | |
tree | ebbae73bc9ce53da54d0786a09bb9e89048d8cea /sys/arm/conf/IQ31244 | |
parent | 10a0ef555b8120b8fd7044a6b13f447b97d0813a (diff) | |
download | FreeBSD-src-02162f9242f988a2ccc3af756f7d0b9e3690e957.zip FreeBSD-src-02162f9242f988a2ccc3af756f7d0b9e3690e957.tar.gz |
Add two new options, FLASHADDR, which defines the address the flash is
mapped at, and LOADERRAMADDR, the address at which the loader maps the ram at
at the time the kernel is booted.
They are used to detect if the kernel is booted from the onboard flash.
Define those for the IQ31244
Diffstat (limited to 'sys/arm/conf/IQ31244')
-rw-r--r-- | sys/arm/conf/IQ31244 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/conf/IQ31244 b/sys/arm/conf/IQ31244 index d1b7956..154d86a 100644 --- a/sys/arm/conf/IQ31244 +++ b/sys/arm/conf/IQ31244 @@ -23,6 +23,8 @@ ident IQ31244 options PHYSADDR=0xa0000000 options KERNPHYSADDR=0xa0200000 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm +options FLASHADDR=0xf0000000 +options LOADERRAMADDR=0x00000000 options STARTUP_PAGETABLE_ADDR=0xa0000000 include "../xscale/i80321/std.iq31244" |