
15 Mar
2016
15 Mar
'16
10:58 p.m.
On 15 March 2016 at 15:58, Tom Rini trini@konsulko.com wrote:
Starting with 96e5b03 we use a linker list for partition table information. However since we use this in SPL we need to make sure that the SPL linker scripts include these as well.
Cc: Nishanth Menon nm@ti.com Cc: Michal Simek michal.simek@xilinx.com Cc: Simon Glass sjg@chromium.org Reported-by: Nishanth Menon nm@ti.com Signed-off-by: Tom Rini trini@konsulko.com
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds | 1 + arch/arm/cpu/u-boot-spl.lds | 1 + arch/arm/mach-zynq/u-boot-spl.lds | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org