]> 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>
Thu, 8 Sep 2011 09:12:41 +0000 (10:12 +0100)
commitf08671f657f36f01f9dacfc98ba4401ee7de8f83
tree25916c5532767a99b6b062c580cec58aed40d683
parent5183e40c2a5086497f388686b59a87f16ac75d31
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