summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2007-02-19 01:03:08 +0000
committercognet <cognet@FreeBSD.org>2007-02-19 01:03:08 +0000
commit02162f9242f988a2ccc3af756f7d0b9e3690e957 (patch)
treeebbae73bc9ce53da54d0786a09bb9e89048d8cea /sys/conf/options.arm
parent10a0ef555b8120b8fd7044a6b13f447b97d0813a (diff)
downloadFreeBSD-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/conf/options.arm')
-rw-r--r--sys/conf/options.arm2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options.arm b/sys/conf/options.arm
index cc20453..8b6cdcc 100644
--- a/sys/conf/options.arm
+++ b/sys/conf/options.arm
@@ -11,8 +11,10 @@ CPU_ARM9 opt_global.h
CPU_XSCALE_80321 opt_global.h
CPU_XSCALE_80219 opt_global.h
CPU_XSCALE_IXP425 opt_global.h
+FLASHADDR opt_global.h
KERNPHYSADDR opt_global.h
KERNVIRTADDR opt_global.h
+LOADERRAMADDR opt_global.h
PHYSADDR opt_global.h
SKYEYE_WORKAROUNDS opt_global.h
STARTUP_PAGETABLE_ADDR opt_global.h
OpenPOWER on IntegriCloud