]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7021/1: Check for multiple load addresses before building a uImage
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 17 Aug 2011 13:23:46 +0000 (14:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 19 Aug 2011 07:56:50 +0000 (08:56 +0100)
commitca31a9329a85799ef1e2c1acea04d66ddc88ba19
tree4846fcd4b83c289a8cb4e7feeae60794439b042f
parentbb1a59632db978b19be221913775292d301c9144
ARM: 7021/1: Check for multiple load addresses before building a uImage

uImages need a load address specified. This makes them
incompatible with multiple zreladdrs. Catch this error
before building an uImage so that we do not end up with
broken uImages. The load address can still be specified
with LOADADDR= on the command line.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/Makefile