diff options
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 05f2d2b..8c7c46c 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
| @@ -60,7 +60,7 @@ do_rpiboot_mkimage() { | |||
| 60 | if test "x${KERNEL_IMAGETYPE}" != "xuImage" ; then | 60 | if test "x${KERNEL_IMAGETYPE}" != "xuImage" ; then |
| 61 | if test -n "${KERNEL_DEVICETREE}"; then | 61 | if test -n "${KERNEL_DEVICETREE}"; then |
| 62 | # Add RPi bootloader trailer to kernel image to enable DeviceTree support | 62 | # Add RPi bootloader trailer to kernel image to enable DeviceTree support |
| 63 | ${STAGING_LIBEXECDIR_NATIVE}/rpi-mkimage/mkknlimg --dtok ${KERNEL_OUTPUT} ${KERNEL_OUTPUT} | 63 | ${STAGING_LIBEXECDIR_NATIVE}/mkknlimg --dtok ${KERNEL_OUTPUT} ${KERNEL_OUTPUT} |
| 64 | fi | 64 | fi |
| 65 | fi | 65 | fi |
| 66 | } | 66 | } |
