summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/u-boot.lds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/u-boot.lds.h')
-rw-r--r--include/asm-generic/u-boot.lds.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/asm-generic/u-boot.lds.h b/include/asm-generic/u-boot.lds.h
deleted file mode 100644
index 2202627534..0000000000
--- a/include/asm-generic/u-boot.lds.h
+++ /dev/null
@@ -1,22 +0,0 @@
-
-#if defined CONFIG_ARCH_IMX25 || defined CONFIG_ARCH_IMX35
-#include <mach/u-boot.lds.h>
-#endif
-
-#ifndef PRE_IMAGE
-#define PRE_IMAGE
-#endif
-
-#define INITCALLS \
- KEEP(*(.initcall.0)) \
- KEEP(*(.initcall.1)) \
- KEEP(*(.initcall.2)) \
- KEEP(*(.initcall.3)) \
- KEEP(*(.initcall.4)) \
- KEEP(*(.initcall.5)) \
- KEEP(*(.initcall.6)) \
- KEEP(*(.initcall.7))
-
-#define U_BOOT_CMDS KEEP(*(SORT_BY_NAME(.u_boot_cmd*)))
-
-#define U_BOOT_SYMS KEEP(*(__usymtab))