]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/digsy_mtc/config.mk
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / board / digsy_mtc / config.mk
1 #
2 # Author: Grzegorz Bernacki, Semihalf, gjb@semihalf.com
3 #
4
5 #
6 # digsyMTC board:
7 #
8 #       Valid values for TEXT_BASE are:
9 #
10 #       0xFFF00000   boot high (standard configuration)
11 #       0xFE000000   boot low
12 #       0x00100000   boot from RAM (for testing only)
13 #
14
15 sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
16
17 ifndef TEXT_BASE
18 ## Standard: boot high
19 TEXT_BASE = 0xFFF00000
20 ## For testing: boot from RAM
21 # TEXT_BASE = 0x00100000
22 endif
23
24 PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board