]> 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>
Mon, 12 Sep 2011 07:55:43 +0000 (08:55 +0100)
commit06733b778792c94f890e9215b25f5190b6c48515
treefccd09f8fd4722a1d538c68dbe6855b80315476a
parent020897073af326a15301383fe3c59261bb03bab8
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