diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/cris/boot/rescue/rescue_v10.lds')
-rw-r--r-- | ANDROID_3.4.5/arch/cris/boot/rescue/rescue_v10.lds | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ANDROID_3.4.5/arch/cris/boot/rescue/rescue_v10.lds b/ANDROID_3.4.5/arch/cris/boot/rescue/rescue_v10.lds deleted file mode 100644 index 0b52a949..00000000 --- a/ANDROID_3.4.5/arch/cris/boot/rescue/rescue_v10.lds +++ /dev/null @@ -1,20 +0,0 @@ -MEMORY - { - flash : ORIGIN = 0x00000000, - LENGTH = 0x00100000 - } - -SECTIONS -{ - .text : - { - stext = . ; - *(.text) - etext = . ; - } > flash - .data : - { - *(.data) - edata = . ; - } > flash -} |