http://www.hht-eu.com/pls/hht/docs/F3140/bcm963xx_Speedport500V.0.09.04L.300L01.V27_c...
[bcm963xx.git] / kernel / linux / arch / h8300 / platform / h8s / edosk2674 / rom.ld
1 OUTPUT_ARCH(h8300s)
2 ENTRY("__start")
3
4 MEMORY 
5         {
6         vector : ORIGIN = 0x000000, LENGTH = 0x000200
7         rom    : ORIGIN = 0x000200, LENGTH = 0x100000-0x000200
8         erom   : ORIGIN = 0x100000, LENGTH = 0
9         ram    : ORIGIN = 0x400000, LENGTH = 0xc00000-0x400000
10         eram   : ORIGIN = 0xc00000, LENGTH = 0
11         }