Cope with the octeon1->cavium move.

This commit is contained in:
Warner Losh 2010-01-11 04:40:38 +00:00
parent c64639d5dd
commit e93f9d43a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202065
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ makeoptions TARGET_64BIT=defined
makeoptions KERNLOADADDR=0xffffffff80100000
options KERNVIRTADDR=0xffffffff80100000
include "../octeon1/std.octeon1"
include "../cavium/std.octeon1"
hints "OCTEON1.hints" #Default places to look for devices.

View file

@ -32,7 +32,7 @@ makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1.32
options KERNVIRTADDR=0x80100000
makeoptions KERNLOADADDR=0x80100000
include "../octeon1/std.octeon1"
include "../cavium/std.octeon1"
hints "OCTEON1.hints" #Default places to look for devices.