http://www.hht-eu.com/pls/hht/docs/F3140/bcm963xx_Speedport500V.0.09.04L.300L01.V27_c...
[bcm963xx.git] / kernel / linux / arch / cris / arch-v10 / boot / rescue / rescue.ld
1 MEMORY 
2         {
3         flash : ORIGIN = 0x00000000,
4                 LENGTH = 0x00100000
5         }
6
7 SECTIONS
8 {
9         .text :
10         {
11                 stext = . ;
12                 *(.text)
13                 etext = . ;
14         } > flash
15         .data :
16         {
17                 *(.data)
18                 edata = . ;
19         } > flash
20 }