1# MALTA64 -- 64-bit kernel config for MALTA endian-little boards 2# 3# $FreeBSD$ 4 5ident MALTA64 6 7include "std.MALTA" 8 9machine mips mips64el 10 11makeoptions ARCH_FLAGS="-march=mips64 -mabi=64" 12makeoptions KERNLOADADDR=0xffffffff80100000 13