summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr.lewicki <piotr.lewicki@elfin.de>2016-11-02 10:52:01 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2016-11-12 19:50:02 +0100
commit6bd1bfe472ea491c0edeb7c854d1c0cc5192afeb (patch)
tree0dccb68bee48fea46d7893eeb295ee825a8447db
parentb0308141c1fa1aeb80189d37cfd3a0630881504d (diff)
downloadmeta-raspberrypi-6bd1bfe472ea491c0edeb7c854d1c0cc5192afeb.tar.gz
linux-raspberrypi: remove not needed bundle_initramfs_append()
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index 6184402..98229d9 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -54,16 +54,3 @@ do_deploy_append() {
54 fi 54 fi
55 echo "${CMDLINE}${PITFT_PARAMS}" > ${DEPLOYDIR}/bcm2835-bootfiles/cmdline.txt 55 echo "${CMDLINE}${PITFT_PARAMS}" > ${DEPLOYDIR}/bcm2835-bootfiles/cmdline.txt
56} 56}
57
58do_bundle_initramfs_append() {
59 if [ ! -z "${INITRAMFS_IMAGE}" -a x"${INITRAMFS_IMAGE_BUNDLE}" = x1 ]; then
60 if test "x${KERNEL_IMAGETYPE}" != "xuImage" ; then
61 if test -n "${KERNEL_DEVICETREE}"; then
62 # Add RPi bootloader trailer to kernel image to enable DeviceTree support
63 for type in ${KERNEL_IMAGETYPES} ; do
64 ${STAGING_BINDIR_NATIVE}/mkknlimg --dtok ${KERNEL_OUTPUT_DIR}/$type.initramfs ${KERNEL_OUTPUT_DIR}/$type.initramfs
65 done
66 fi
67 fi
68 fi
69}