diff options
author | obrien <obrien@FreeBSD.org> | 2008-09-03 18:40:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-09-03 18:40:29 +0000 |
commit | 4b02a6e3f62780583f9423f3e3c85aa385072412 (patch) | |
tree | 337b6d678a98b0d23049eed0695acae5ea2a5d00 | |
parent | 03e2b59bae3d7ab1966e22f7f7606009808f3808 (diff) | |
download | FreeBSD-src-4b02a6e3f62780583f9423f3e3c85aa385072412.zip FreeBSD-src-4b02a6e3f62780583f9423f3e3c85aa385072412.tar.gz |
Catch up with the move from mips32/.
-rw-r--r-- | sys/mips/conf/MALTA | 2 | ||||
-rw-r--r-- | sys/mips/malta/std.malta | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/conf/MALTA b/sys/mips/conf/MALTA index 6b562b9..1320a5e 100644 --- a/sys/mips/conf/MALTA +++ b/sys/mips/conf/MALTA @@ -32,7 +32,7 @@ options KERNVIRTADDR=0x80100000 options TICK_USE_YAMON_FREQ=defined #options TICK_USE_MALTA_RTC=defined -include "../mips32/malta/std.malta" +include "../malta/std.malta" hints "MALTA.hints" #Default places to look for devices. diff --git a/sys/mips/malta/std.malta b/sys/mips/malta/std.malta index d7ab116..ca67e56 100644 --- a/sys/mips/malta/std.malta +++ b/sys/mips/malta/std.malta @@ -1,5 +1,5 @@ # $FreeBSD$ -files "../mips32/malta/files.malta" +files "../malta/files.malta" cpu CPU_MIPS4KC options ISA_MIPS32 |