mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-09 05:29:22 +00:00
linux-raspberrypi: remove not needed bundle_initramfs_append()
This commit is contained in:
committed by
Andrei Gherzan
parent
b0308141c1
commit
6bd1bfe472
@@ -54,16 +54,3 @@ do_deploy_append() {
|
|||||||
fi
|
fi
|
||||||
echo "${CMDLINE}${PITFT_PARAMS}" > ${DEPLOYDIR}/bcm2835-bootfiles/cmdline.txt
|
echo "${CMDLINE}${PITFT_PARAMS}" > ${DEPLOYDIR}/bcm2835-bootfiles/cmdline.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
do_bundle_initramfs_append() {
|
|
||||||
if [ ! -z "${INITRAMFS_IMAGE}" -a x"${INITRAMFS_IMAGE_BUNDLE}" = x1 ]; then
|
|
||||||
if test "x${KERNEL_IMAGETYPE}" != "xuImage" ; then
|
|
||||||
if test -n "${KERNEL_DEVICETREE}"; then
|
|
||||||
# Add RPi bootloader trailer to kernel image to enable DeviceTree support
|
|
||||||
for type in ${KERNEL_IMAGETYPES} ; do
|
|
||||||
${STAGING_BINDIR_NATIVE}/mkknlimg --dtok ${KERNEL_OUTPUT_DIR}/$type.initramfs ${KERNEL_OUTPUT_DIR}/$type.initramfs
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user