initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / h8300 / platform / h8300h / aki3068net / ram.ld
blob357d1dd47b8b68f63818ba99e303007495e48434
1 /* AE-3068 (aka. aki3068net) RAM */
3 OUTPUT_ARCH(h8300h)
4 ENTRY("__start")
6 MEMORY 
7         {
8         ram    : ORIGIN = 0x400000, LENGTH = 0x600000-0x400000
9         eram   : ORIGIN = 0x600000, LENGTH = 0
10         iram   : ORIGIN = 0xffbf20, LENGTH = 0x4000
11         }