mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Cope with the octeon1->cavium move.
This commit is contained in:
parent
c64639d5dd
commit
e93f9d43a8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202065
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user