blob: fab59ef73ce75e1e5475409025a62327403b99a3 [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
Wolfgang Denk14d0a022010-10-07 21:51:12 +02004CONFIG_SYS_TEXT_BASE = 0x05700000
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +01005endif
6
7ifdef CONFIG_EDB9302
Wolfgang Denk14d0a022010-10-07 21:51:12 +02008CONFIG_SYS_TEXT_BASE = 0x05700000
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +01009endif
10
11ifdef CONFIG_EDB9302A
Wolfgang Denk14d0a022010-10-07 21:51:12 +020012CONFIG_SYS_TEXT_BASE = 0xc5700000
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +010013endif
14
15ifdef CONFIG_EDB9307
Wolfgang Denk14d0a022010-10-07 21:51:12 +020016CONFIG_SYS_TEXT_BASE = 0x01f00000
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +010017endif
18
19ifdef CONFIG_EDB9307A
Wolfgang Denk14d0a022010-10-07 21:51:12 +020020CONFIG_SYS_TEXT_BASE = 0xc1f00000
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +010021endif
22
23ifdef CONFIG_EDB9312
Wolfgang Denk14d0a022010-10-07 21:51:12 +020024CONFIG_SYS_TEXT_BASE = 0x01f00000
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +010025endif
26
27ifdef CONFIG_EDB9315
Wolfgang Denk14d0a022010-10-07 21:51:12 +020028CONFIG_SYS_TEXT_BASE = 0x01f00000
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +010029endif
30
31ifdef CONFIG_EDB9315A
Wolfgang Denk14d0a022010-10-07 21:51:12 +020032CONFIG_SYS_TEXT_BASE = 0xc1f00000
Matthias Kaehlckecf3c1422010-02-01 21:29:48 +010033endif