wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 1 | # |
| 2 | # DNP/1110 board with SA1100 cpu |
| 3 | # |
| 4 | # http://www.dilnetpc.com |
| 5 | # |
| 6 | |
| 7 | # |
| 8 | # DILNETPC has 1 banks of 32 MB DRAM |
| 9 | # |
| 10 | # c000'0000 |
| 11 | # |
| 12 | # Linux-Kernel is expected to be at c000'8000, entry c000'8000 |
| 13 | # |
wdenk | a8c7c70 | 2003-12-06 19:49:23 +0000 | [diff] [blame] | 14 | # we load ourself to c1f8'0000, the upper 1 MB of the first (only) bank |
wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 15 | # |
| 16 | |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 17 | CONFIG_SYS_TEXT_BASE = 0xc1f80000 |