commit | 6277b197c678ed90f81b2ab0f1392b4a7284df1e | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Feb 25 00:58:58 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Mar 12 23:28:29 2013 +0100 |
tree | 9bc9636045b7846faa9d5a789952c70b2fddc6b1 | |
parent | 26255f15419d7ebcbf9d5fadf2aff7b5266a035c [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>