aboutsummaryrefslogtreecommitdiff
path: root/arch/cris/arch-v10/boot/rescue/rescue.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/arch-v10/boot/rescue/rescue.lds')
-rw-r--r--arch/cris/arch-v10/boot/rescue/rescue.lds20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/cris/arch-v10/boot/rescue/rescue.lds b/arch/cris/arch-v10/boot/rescue/rescue.lds
deleted file mode 100644
index 0b52a9490db..00000000000
--- a/arch/cris/arch-v10/boot/rescue/rescue.lds
+++ /dev/null
@@ -1,20 +0,0 @@
-MEMORY
- {
- flash : ORIGIN = 0x00000000,
- LENGTH = 0x00100000
- }
-
-SECTIONS
-{
- .text :
- {
- stext = . ;
- *(.text)
- etext = . ;
- } > flash
- .data :
- {
- *(.data)
- edata = . ;
- } > flash
-}