2015-01-06 05:26:13 +00:00
|
|
|
# MALTA64 -- 64-bit kernel config for MALTA boards
|
2009-07-09 15:05:50 +00:00
|
|
|
#
|
2010-01-12 21:17:36 +00:00
|
|
|
# $FreeBSD$
|
2015-01-06 05:26:13 +00:00
|
|
|
|
|
|
|
ident MALTA64
|
2009-07-09 15:05:50 +00:00
|
|
|
|
2015-01-07 12:12:36 +00:00
|
|
|
include "std.MALTA"
|
2015-01-06 05:26:13 +00:00
|
|
|
|
2010-11-13 22:34:12 +00:00
|
|
|
machine mips mips64el # Malta supports both, so it isn't in std.malta
|
2015-01-06 05:26:13 +00:00
|
|
|
|
2009-07-09 15:05:50 +00:00
|
|
|
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
|
2015-01-06 05:26:13 +00:00
|
|
|
|
2013-08-31 01:30:01 +00:00
|
|
|
makeoptions KERNLOADADDR=0xffffffff80100000
|