diff options
author | jhb <jhb@FreeBSD.org> | 2010-01-19 17:20:34 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2010-01-19 17:20:34 +0000 |
commit | 0ab6ce0ba0bce27067280abbb3d31f887f040380 (patch) | |
tree | 5d014f3d46ae8e6bf2c5084058a689afd0db08bc /sys/arm/conf/GUMSTIX | |
parent | 0e18e3f232b7dd6f62026877eb76793da2f00a3a (diff) | |
download | FreeBSD-src-0ab6ce0ba0bce27067280abbb3d31f887f040380.zip FreeBSD-src-0ab6ce0ba0bce27067280abbb3d31f887f040380.tar.gz |
Move the examples for the 'hints' and 'env' keywords from various GENERIC
kernel configs into NOTES.
Reviewed by: imp
Diffstat (limited to 'sys/arm/conf/GUMSTIX')
-rw-r--r-- | sys/arm/conf/GUMSTIX | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/conf/GUMSTIX b/sys/arm/conf/GUMSTIX index 864a4f5..a122a5e 100644 --- a/sys/arm/conf/GUMSTIX +++ b/sys/arm/conf/GUMSTIX @@ -32,8 +32,6 @@ options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm options STARTUP_PAGETABLE_ADDR=0xa0000000 include "../xscale/pxa/std.pxa" -#To statically compile in device wiring instead of /boot/device.hints -#hints "GENERIC.hints" #Default places to look for devices. makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols |