copy dtb to /boot/dtb/

This commit is contained in:
Mario Fetka 2012-10-29 22:36:54 +01:00
parent 12b276437a
commit d71192e7f7
1 changed files with 1 additions and 0 deletions

View File

@ -618,6 +618,7 @@ _kernel_src_compile() {
popd
einfo "Append the device-tree-blob to the Kenel Image"
cat "${WORKDIR}"/boot/kernel-genkernel-${ARCH}-${KV_FULL} "${S}"/arch/arm/boot/${K_NASKERNEL_DTB} > zImage.new
cp "${S}"/arch/arm/boot/${K_NASKERNEL_DTB} "${WORKDIR}"/boot/dtb/
einfo "Create uImage of the resulting Image"
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n uImage-${KV_FULL} \
-d zImage.new "${WORKDIR}"/boot/uImage-genkernel-${ARCH}-${KV_FULL}