]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/openrisc/config.mk
malta: correct tcl script path in README.malta
[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 CROSS_COMPILE ?= or32-elf-
9
10 # r10 used for global object pointer, already set in OR32 GCC but just to be
11 # clear
12 PLATFORM_CPPFLAGS += -DCONFIG_OPENRISC -D__OR1K__ -ffixed-r10
13
14 CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
15
16 LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds