summaryrefslogtreecommitdiff
path: root/board/st/u8500/config.mk
blob: 03fc9f8181774b2457c04ade82e84946d86387e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# mop500/href:
#
#	Valid values for TEXT_BASE are:
#
#       Standard configuration - all models
#       0x0560_0000	run from SDRAM
#
#	Test configuraton
#	0x4001_0000	run from eSRAM


sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp

ifndef TEXT_BASE
TEXT_BASE = 0x05608000
endif

PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)

# Use board specific linker script
LDSCRIPT := $(SRCTREE)/board/st/u8500/u-boot.lds