summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-02-25 00:58:58 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-03-12 23:28:29 +0100
commit65cdd6430ed026484bfb9dc67fcc587b85212eb4 (patch)
tree9bc9636045b7846faa9d5a789952c70b2fddc6b1 /arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
parent2fd34f2636e2547dcc2a6085de1039928f989ba4 (diff)
Remove linker lists (LGAs) from SPL linker scripts
Many SPL linker scripts needlessly include linker lists (aka LGAs). Remove them whenever possible; keep it only in the seven am335x_evm variants (am335x_evm, am335x_evm_uart[1-5], am335x_evm_spiboot), where there is actual content in output section .u_boot_list. This commit keeps all u-boot.bin and u-boot-spl.bin in ARM targets byte-identical. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds')
-rw-r--r--arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds b/arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
index 6dc681a313..0f3222c76a 100644
--- a/arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
+++ b/arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
@@ -51,12 +51,6 @@ SECTIONS
. = ALIGN(4);
- .u_boot_list : {
- #include <u-boot.lst>
- }
-
- . = ALIGN(4);
-
.rel.dyn : {
__rel_dyn_start = .;
*(.rel*)