]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/mips/cpu/xburst/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / mips / cpu / xburst / config.mk
1 #
2 # Copyright (C) 2011 Xiangfu Liu <xiangfu@openmobilefree.net>
3 #
4 # SPDX-License-Identifier: GPL-2.0+
5 #
6
7 PLATFORM_CPPFLAGS += -march=mips32
8 PLATFORM_CPPFLAGS += -mabi=32 -DCONFIG_32BIT
9 ifdef CONFIG_SYS_BIG_ENDIAN
10 PLATFORM_LDFLAGS += -m elf32btsmip
11 else
12 PLATFORM_LDFLAGS += -m elf32ltsmip
13 endif
14
15 CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 -T mips.lds