wdenk | 232c150 | 2004-03-12 00:14:09 +0000 | [diff] [blame] | 1 | # |
2 | # (C) Copyright 2004 | ||||
3 | # Wolfgang Denk, DENX Software Engineering, <wd@denx.de> | ||||
4 | # | ||||
5 | # SX1 board with OMAP1510 (ARM925T) cpu | ||||
6 | # see http://www.ti.com/ for more information on Texas Insturments | ||||
7 | # | ||||
8 | # SX1 has 1 bank of 256 MB SDRAM | ||||
9 | # Physical Address: | ||||
10 | # 1000'0000 to 2000'0000 | ||||
11 | # | ||||
12 | # | ||||
13 | # Linux-Kernel is expected to be at 1000'8000, entry 1000'8000 (mem base + reserved) | ||||
14 | # | ||||
15 | # we load ourself to 1108'0000 | ||||
16 | # | ||||
17 | # | ||||
18 | |||||
19 | TEXT_BASE = 0x11080000 |