]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: arm: Make sure to include all of the u_boot_list entries
authorTom Rini <trini@konsulko.com>
Tue, 15 Mar 2016 21:56:29 +0000 (17:56 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 16 Mar 2016 19:27:55 +0000 (15:27 -0400)
commitf8a4826383860318d90079bf40402447d369ad87
tree4fb79176e7b73e91b1e7bce3a4bf7c297811cd9f
parentd08fedf691dcf4137df406110b7c6f6007f42ee3
spl: arm: Make sure to include all of the u_boot_list entries

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.  While doing this, it's
best to simply include all linker lists to future proof ourselves.

Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reported-by: Nishanth Menon <nm@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
arch/arm/cpu/u-boot-spl.lds
arch/arm/mach-at91/arm926ejs/u-boot-spl.lds
arch/arm/mach-at91/armv7/u-boot-spl.lds
arch/arm/mach-zynq/u-boot-spl.lds