wdenk | 855a496 | 2004-03-14 18:23:55 +0000 | [diff] [blame] | 1 | # |
2 | # ADS GCPlus board with SA1110 cpu | ||||
3 | # | ||||
4 | # The ADS GCPlus has 2 banks of 16 MiB SDRAM | ||||
5 | # | ||||
6 | # We use the ADS GCPlus Linux boot ROM to load U-Boot into SDRAM | ||||
7 | # at c020'0000 and then move ourself to c8f0'0000. Basically, just | ||||
8 | # install the U-Boot binary as you would the Linux zImage and then | ||||
9 | # reap the benfits of more convenient Linux development cycles, i.e. | ||||
10 | # bootp;tftp;bootm, repeat, etc.,. | ||||
11 | # | ||||
12 | |||||
13 | TEXT_BASE = 0xc8f00000 |