]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/edb93xx/config.mk
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / board / edb93xx / config.mk
1 LDSCRIPT := $(SRCTREE)/arch/arm/cpu/arm920t/ep93xx/u-boot.lds
2
3 ifdef CONFIG_EDB9301
4 CONFIG_SYS_TEXT_BASE = 0x05700000
5 endif
6
7 ifdef CONFIG_EDB9302
8 CONFIG_SYS_TEXT_BASE = 0x05700000
9 endif
10
11 ifdef CONFIG_EDB9302A
12 CONFIG_SYS_TEXT_BASE = 0xc5700000
13 endif
14
15 ifdef CONFIG_EDB9307
16 CONFIG_SYS_TEXT_BASE = 0x01f00000
17 endif
18
19 ifdef CONFIG_EDB9307A
20 CONFIG_SYS_TEXT_BASE = 0xc1f00000
21 endif
22
23 ifdef CONFIG_EDB9312
24 CONFIG_SYS_TEXT_BASE = 0x01f00000
25 endif
26
27 ifdef CONFIG_EDB9315
28 CONFIG_SYS_TEXT_BASE = 0x01f00000
29 endif
30
31 ifdef CONFIG_EDB9315A
32 CONFIG_SYS_TEXT_BASE = 0xc1f00000
33 endif