wdenk | a56bd92 | 2004-06-06 23:13:55 +0000 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2002 |
Detlev Zundel | 792a09e | 2009-05-13 10:54:10 +0200 | [diff] [blame] | 3 | # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> |
wdenk | a56bd92 | 2004-06-06 23:13:55 +0000 | [diff] [blame] | 4 | # David Mueller, ELSOFT AG, <d.mueller@elsoft.ch> |
| 5 | # |
| 6 | # (C) Copyright 2003 |
| 7 | # Texas Instruments, <www.ti.com> |
| 8 | # Kshitij Gupta <Kshitij@ti.com> |
| 9 | # |
| 10 | # TI Perseus 2 board with OMAP720 (ARM925EJS) cpu |
| 11 | # see http://www.ti.com/ for more information on Texas Instruments |
| 12 | # |
| 13 | # Innovator has 1 bank of 256 MB SDRAM |
| 14 | # Physical Address: |
| 15 | # 1000'0000 to 2000'0000 |
| 16 | # |
| 17 | # |
| 18 | # Linux-Kernel is expected to be at 1000'8000, entry 1000'8000 |
| 19 | # (mem base + reserved) |
| 20 | # |
| 21 | # we load ourself to 1108'0000 |
| 22 | # |
| 23 | # |
| 24 | |
| 25 | TEXT_BASE = 0x11080000 |