Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / cris / arch-v10 / boot / rescue / rescue.ld
blob0b52a9490db65618f77d532fd758d328128718e0
1 MEMORY 
2         {
3         flash : ORIGIN = 0x00000000,
4                 LENGTH = 0x00100000
5         }
7 SECTIONS
9         .text :
10         {
11                 stext = . ;
12                 *(.text)
13                 etext = . ;
14         } > flash
15         .data :
16         {
17                 *(.data)
18                 edata = . ;
19         } > flash