diff options
-rw-r--r-- | meta/classes/kernel-uimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-uimage.bbclass b/meta/classes/kernel-uimage.bbclass index e2e9b63110..19c6ade507 100644 --- a/meta/classes/kernel-uimage.bbclass +++ b/meta/classes/kernel-uimage.bbclass | |||
@@ -28,7 +28,7 @@ do_uboot_mkimage() { | |||
28 | awk '$3=="${UBOOT_ENTRYSYMBOL}" {print $1}'` | 28 | awk '$3=="${UBOOT_ENTRYSYMBOL}" {print $1}'` |
29 | fi | 29 | fi |
30 | 30 | ||
31 | uboot-mkimage -A ${UBOOT_ARCH} -O linux -T kernel -C "${linux_comp}" -a ${UBOOT_LOADADDRESS} -e $ENTRYPOINT -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin arch/${ARCH}/boot/uImage | 31 | uboot-mkimage -A ${UBOOT_ARCH} -O linux -T kernel -C "${linux_comp}" -a ${UBOOT_LOADADDRESS} -e $ENTRYPOINT -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin ${B}/arch/${ARCH}/boot/uImage |
32 | rm -f linux.bin | 32 | rm -f linux.bin |
33 | fi | 33 | fi |
34 | fi | 34 | fi |