diff options
author | ticso <ticso@FreeBSD.org> | 2007-01-05 10:30:51 +0000 |
---|---|---|
committer | ticso <ticso@FreeBSD.org> | 2007-01-05 10:30:51 +0000 |
commit | 872ebc62d77854d9b1f45266568982a51ba268a4 (patch) | |
tree | 6704a1d32cbfe54d397dd6eb392350a0878be6a9 /sys/arm/conf | |
parent | 129cf0227d15c2c1eed7fa3b15013b4f8d5f2bfd (diff) | |
download | FreeBSD-src-872ebc62d77854d9b1f45266568982a51ba268a4.zip FreeBSD-src-872ebc62d77854d9b1f45266568982a51ba268a4.tar.gz |
Hints are handled differently on -current
Don't include hints.at91rm9200 for now
Diffstat (limited to 'sys/arm/conf')
-rw-r--r-- | sys/arm/conf/BWCT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/BWCT b/sys/arm/conf/BWCT index 3b5a8244..db20864 100644 --- a/sys/arm/conf/BWCT +++ b/sys/arm/conf/BWCT @@ -26,7 +26,7 @@ options AT91_BWCT include "../at91/std.kb920x" #To statically compile in device wiring instead of /boot/device.hints -hints "hints.at91rm9200" +#hints "hints.at91rm9200" hints "BWCT.hints" #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols |