ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / h8300 / platform / h8300h / h8max / ram.ld
1 /* H8MAX RAM */
2
3 OUTPUT_ARCH(h8300h)
4 ENTRY("__start")
5
6 MEMORY 
7         {
8         ram    : ORIGIN = 0x400000, LENGTH = 0x600000-0x400000
9         eram   : ORIGIN = 0x600000, LENGTH = 0
10         iram   : ORIGIN = 0xfffd20, LENGTH = 0x100
11         }