1# MALTA64 -- 64-bit kernel config for MALTA boards
2#
3# $FreeBSD: releng/11.0/sys/mips/conf/MALTA64 276776 2015-01-07 12:12:36Z bz $
4 
5ident		MALTA64
6
7include		"std.MALTA"
8 
9machine		mips mips64el	# Malta supports both, so it isn't in std.malta
10 
11makeoptions	ARCH_FLAGS="-march=mips64 -mabi=64"
12 
13makeoptions 	KERNLOADADDR=0xffffffff80100000
14