summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/include/mach/barebox.lds.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ep93xx/include/mach/barebox.lds.h')
-rw-r--r--arch/arm/mach-ep93xx/include/mach/barebox.lds.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/barebox.lds.h b/arch/arm/mach-ep93xx/include/mach/barebox.lds.h
deleted file mode 100644
index 74c4662a57..0000000000
--- a/arch/arm/mach-ep93xx/include/mach/barebox.lds.h
+++ /dev/null
@@ -1,9 +0,0 @@
-
-/* the EP93xx expects to find the pattern 'CRUS' at 0x1000 */
-
-#define PRE_IMAGE \
- .pre_image : { \
- KEEP(*(.flash_header_start*)) \
- . = 0x1000; \
- LONG(0x53555243) /* 'CRUS' */ \
- }