Peter Tyser | 84ad688 | 2010-04-12 22:28:11 -0500 | [diff] [blame] | 1 | LDSCRIPT := $(SRCTREE)/arch/arm/cpu/arm920t/ep93xx/u-boot.lds |
Matthias Kaehlcke | cf3c142 | 2010-02-01 21:29:48 +0100 | [diff] [blame] | 2 | |
3 | ifdef CONFIG_EDB9301 | ||||
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 4 | CONFIG_SYS_TEXT_BASE = 0x05700000 |
Matthias Kaehlcke | cf3c142 | 2010-02-01 21:29:48 +0100 | [diff] [blame] | 5 | endif |
6 | |||||
7 | ifdef CONFIG_EDB9302 | ||||
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 8 | CONFIG_SYS_TEXT_BASE = 0x05700000 |
Matthias Kaehlcke | cf3c142 | 2010-02-01 21:29:48 +0100 | [diff] [blame] | 9 | endif |
10 | |||||
11 | ifdef CONFIG_EDB9302A | ||||
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 12 | CONFIG_SYS_TEXT_BASE = 0xc5700000 |
Matthias Kaehlcke | cf3c142 | 2010-02-01 21:29:48 +0100 | [diff] [blame] | 13 | endif |
14 | |||||
15 | ifdef CONFIG_EDB9307 | ||||
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 16 | CONFIG_SYS_TEXT_BASE = 0x01f00000 |
Matthias Kaehlcke | cf3c142 | 2010-02-01 21:29:48 +0100 | [diff] [blame] | 17 | endif |
18 | |||||
19 | ifdef CONFIG_EDB9307A | ||||
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 20 | CONFIG_SYS_TEXT_BASE = 0xc1f00000 |
Matthias Kaehlcke | cf3c142 | 2010-02-01 21:29:48 +0100 | [diff] [blame] | 21 | endif |
22 | |||||
23 | ifdef CONFIG_EDB9312 | ||||
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 24 | CONFIG_SYS_TEXT_BASE = 0x01f00000 |
Matthias Kaehlcke | cf3c142 | 2010-02-01 21:29:48 +0100 | [diff] [blame] | 25 | endif |
26 | |||||
27 | ifdef CONFIG_EDB9315 | ||||
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 28 | CONFIG_SYS_TEXT_BASE = 0x01f00000 |
Matthias Kaehlcke | cf3c142 | 2010-02-01 21:29:48 +0100 | [diff] [blame] | 29 | endif |
30 | |||||
31 | ifdef CONFIG_EDB9315A | ||||
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 32 | CONFIG_SYS_TEXT_BASE = 0xc1f00000 |
Matthias Kaehlcke | cf3c142 | 2010-02-01 21:29:48 +0100 | [diff] [blame] | 33 | endif |