blob: b2fc6fac317b44710665bf3f1bda8fbe7561ba97 [file] [log] [blame]
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +01001LDSCRIPT := $(SRCTREE)/cpu/arm920t/ep93xx/u-boot.lds
2
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