blob: b627869c25fbcdfe0096e8fb5a98e7d040a8eb1d [file] [log] [blame]
Peter Tyser84ad6882010-04-12 22:28:11 -05001LDSCRIPT := $(SRCTREE)/arch/arm/cpu/arm920t/ep93xx/u-boot.lds
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +01002
3ifdef CONFIG_EDB9301
4TEXT_BASE = 0x05700000
5endif
6
7ifdef CONFIG_EDB9302
8TEXT_BASE = 0x05700000
9endif
10
11ifdef CONFIG_EDB9302A
12TEXT_BASE = 0xc5700000
13endif
14
15ifdef CONFIG_EDB9307
16TEXT_BASE = 0x01f00000
17endif
18
19ifdef CONFIG_EDB9307A
20TEXT_BASE = 0xc1f00000
21endif
22
23ifdef CONFIG_EDB9312
24TEXT_BASE = 0x01f00000
25endif
26
27ifdef CONFIG_EDB9315
28TEXT_BASE = 0x01f00000
29endif
30
31ifdef CONFIG_EDB9315A
32TEXT_BASE = 0xc1f00000
33endif