]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Holly board needs dtbImage target
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Tue, 9 Sep 2008 04:00:28 +0000 (04:00 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 17 Sep 2008 16:14:42 +0000 (09:14 -0700)
commit82c12ed0768f9252210cb40afd8422b42925298d
tree16df727d3119c93d7668e3468b90bf58eb294f23
parent0a87095ab6a94b75ee83504354119183ec4acc8e
powerpc: Holly board needs dtbImage target

One of the changes in the bootwrapper makefile introduced the dtbImage
targets for boards that need a simple zImage with a DTB embedded in
them (5336220c383de3c4272f1df9fc97f4e50ffa2069, "[POWERPC]
bootwrapper: Build multiple cuImages").  When this was done, it broke
booting on the Holly board as the zImage.holly wrapper did not get the
DTB embedded properly.

This changes the target for the Holly board to a dtbImage so that the
wrapper includes the vmlinux, wrapper bits, and DTB.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile