]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Fix building initramfs kernel with appended dtb
authorNathan Ford <nford@westpond.com>
Wed, 31 Jul 2013 15:47:36 +0000 (11:47 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 1 Aug 2013 15:38:44 +0000 (17:38 +0200)
commit1ac04c321f892f6b93c0fb548b34be85f8426dc8
tree4676ccb6fa74f102de45d63736ffaaddb6dc4f40
parentae86a3c5331f47c4a5093a5ea8f7e53408a6ea98
Fix building initramfs kernel with appended dtb

The target for building the kernel with a cpio initramfs is not
calling the append dtb commands, creating a final kernel image
without an appended dtb. Instead it needs to call kernel make on
the intermediate target, then call the append dtb commands
to produce the final image as the primary kernel build target
does.

Signed-off-by: Nathan Ford <nford@westpond.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/linux.mk