]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/openrisc/config.mk
Merge branch 'master' of git://git.denx.de/u-boot-mips
[karo-tx-uboot.git] / arch / openrisc / config.mk
1 #
2 # (C) Copyright 2011
3 # Julius Baxter <julius@opencores.org>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 ifeq ($(CROSS_COMPILE),)
9 CROSS_COMPILE := or32-elf-
10 endif
11
12 # r10 used for global object pointer, already set in OR32 GCC but just to be
13 # clear
14 PLATFORM_CPPFLAGS += -DCONFIG_OPENRISC -D__OR1K__ -ffixed-r10
15
16 CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
17
18 LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds