blob: 904547d459b9db9b61aaf1ea30f8b2d0769240ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# MALTA64 -- 64-bit kernel config for MALTA boards
#
# $FreeBSD$
ident MALTA64
include "std.MALTA"
machine mips mips64el # Malta supports both, so it isn't in std.malta
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
makeoptions KERNLOADADDR=0xffffffff80100000
|