Current Path : /usr/src/linux-headers-3.13.0-32/arch/cris/boot/rescue/ |
Current File : //usr/src/linux-headers-3.13.0-32/arch/cris/boot/rescue/rescue_v10.lds |
MEMORY { flash : ORIGIN = 0x00000000, LENGTH = 0x00100000 } SECTIONS { .text : { stext = . ; *(.text) etext = . ; } > flash .data : { *(.data) edata = . ; } > flash }