diff options
author | imp <imp@FreeBSD.org> | 2012-06-15 07:56:53 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2012-06-15 07:56:53 +0000 |
commit | d25e1aa988ed9d9908ee25dc4ea0908f90b639db (patch) | |
tree | 01c091a6646db6c3e3a813fc335a1f83a7de0e53 | |
parent | 1e270a72ac700a69c21bf19b74b004009fa0ffbb (diff) | |
download | FreeBSD-src-d25e1aa988ed9d9908ee25dc4ea0908f90b639db.zip FreeBSD-src-d25e1aa988ed9d9908ee25dc4ea0908f90b639db.tar.gz |
This hints file doesn't actually do anything, and besides it is commented
out here. Remove it.
-rw-r--r-- | sys/arm/conf/BWCT | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/conf/BWCT b/sys/arm/conf/BWCT index 1110784..8570041 100644 --- a/sys/arm/conf/BWCT +++ b/sys/arm/conf/BWCT @@ -25,7 +25,6 @@ options AT91_BWCT include "../at91/std.bwct" #To statically compile in device wiring instead of /boot/device.hints -#hints "hints.at91rm9200" hints "BWCT.hints" makeoptions MODULES_OVERRIDE="" |