aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/cris/boot/rescue/rescue_v10.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/boot/rescue/rescue_v10.lds')
-rw-r--r--arch/cris/boot/rescue/rescue_v10.lds21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/cris/boot/rescue/rescue_v10.lds b/arch/cris/boot/rescue/rescue_v10.lds
deleted file mode 100644
index e58a53f91728..000000000000
--- a/arch/cris/boot/rescue/rescue_v10.lds
+++ /dev/null
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-MEMORY
- {
- flash : ORIGIN = 0x00000000,
- LENGTH = 0x00100000
- }
-
-SECTIONS
-{
- .text :
- {
- stext = . ;
- *(.text)
- etext = . ;
- } > flash
- .data :
- {
- *(.data)
- edata = . ;
- } > flash
-}