]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/mips/cpu/mips64/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / arch / mips / cpu / mips64 / config.mk
1 #
2 # (C) Copyright 2003
3 # Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 #
9 # Default optimization level for MIPS64
10 #
11 # Note: Toolchains with binutils prior to v2.16
12 # are no longer supported by U-Boot MIPS tree!
13 #
14 MIPSFLAGS = -march=mips64
15
16 PLATFORM_CPPFLAGS += $(MIPSFLAGS)
17 PLATFORM_CPPFLAGS += -mabi=64 -DCONFIG_64BIT
18 ifdef CONFIG_SYS_BIG_ENDIAN
19 PLATFORM_LDFLAGS  += -m elf64btsmip
20 else
21 PLATFORM_LDFLAGS  += -m elf64ltsmip
22 endif
23
24 CONFIG_STANDALONE_LOAD_ADDR ?= 0xffffffff80200000 -T mips64.lds