ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / h8300 / platform / h8300h / generic / rom.ld
1 OUTPUT_ARCH(h8300h)
2 ENTRY("__start")
3
4 MEMORY 
5         {
6         vector : ORIGIN = 0x000000, LENGTH = 0x000100
7         rom    : ORIGIN = 0x000100, LENGTH = 0x200000-0x000100
8         erom   : ORIGIN = 0x200000, LENGTH = 0
9         ram    : ORIGIN = 0x200000, LENGTH = 0x400000
10         eram   : ORIGIN = 0x600000, LENGTH = 0
11         }
12