]> git.ipfire.org Git - people/ms/u-boot.git/commit - scripts/Makefile.spl
ARM: zynq: Add target for building bootable SPL image for Zynq
authorNathan Rossi <nathan@nathanrossi.com>
Tue, 17 Nov 2015 12:56:57 +0000 (22:56 +1000)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 19 Nov 2015 12:09:21 +0000 (13:09 +0100)
commit08598d6ee9d4e01e37f00e9147bf8da37c375c82
treebc36ec8b8eec737c689d2a470f1d12a8e1973aa2
parent66eef1e780caf0bb3ecadf78582a29031c6279ce
ARM: zynq: Add target for building bootable SPL image for Zynq

Add a build target to generate 'boot.bin' which includes SPL. This is
used by the platforms BootROM to load SPL directly.

This change also conditionally changes what the 'boot.bin' target
generates depending on the SoC. Leaving the behaviour unchanged for the
AT91 targets.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Heiko Schocher <hs@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Makefile
scripts/Makefile.spl