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>
Showing
- arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds 0 additions, 6 deletionsarch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
- arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds 0 additions, 6 deletionsarch/arm/cpu/arm926ejs/spear/u-boot-spl.lds
- arch/arm/cpu/armv7/am33xx/u-boot-spl.lds 67 additions, 0 deletionsarch/arm/cpu/armv7/am33xx/u-boot-spl.lds
- arch/arm/cpu/armv7/omap-common/u-boot-spl.lds 0 additions, 4 deletionsarch/arm/cpu/armv7/omap-common/u-boot-spl.lds
- arch/arm/cpu/u-boot-spl.lds 93 additions, 0 deletionsarch/arm/cpu/u-boot-spl.lds
- board/ait/cam_enc_4xx/u-boot-spl.lds 0 additions, 4 deletionsboard/ait/cam_enc_4xx/u-boot-spl.lds
- board/davinci/da8xxevm/u-boot-spl-da850evm.lds 0 additions, 5 deletionsboard/davinci/da8xxevm/u-boot-spl-da850evm.lds
- board/davinci/da8xxevm/u-boot-spl-hawk.lds 0 additions, 5 deletionsboard/davinci/da8xxevm/u-boot-spl-hawk.lds
- board/vpac270/u-boot-spl.lds 0 additions, 4 deletionsboard/vpac270/u-boot-spl.lds
- include/configs/am335x_evm.h 1 addition, 1 deletioninclude/configs/am335x_evm.h
- include/configs/pcm051.h 1 addition, 1 deletioninclude/configs/pcm051.h
- spl/Makefile 2 additions, 6 deletionsspl/Makefile
Loading
Please register or sign in to comment