mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch up with the move from mips32/.
This commit is contained in:
parent
69dda689d1
commit
86102aae67
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# $FreeBSD$
|
||||
files "../mips32/malta/files.malta"
|
||||
files "../malta/files.malta"
|
||||
|
||||
cpu CPU_MIPS4KC
|
||||
options ISA_MIPS32
|
||||
|
|
|
|||
Loading…
Reference in a new issue