linux: Fix uImage with appended DTs generation
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 7 Jun 2013 13:21:43 +0000 (15:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 1 Aug 2013 15:38:41 +0000 (17:38 +0200)
commitae86a3c5331f47c4a5093a5ea8f7e53408a6ea98
tree909e34e98e0b1fdaeba977ca707617da6cc3cfd2
parent0e45583106bb7dcbf7b28624432899bee69f71cf
linux: Fix uImage with appended DTs generation

Fixes bug #5516 - appended device tree blobs on uImage fails

Before version 3.7 of the kernel, building the zImage and then the
uImage will rewrite the zImage in the process, removing the device tree
we just appended.

Use mkimage to append the device tree to the uImage and rebuild the
headers directly.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/linux.mk