diff options
| -rw-r--r-- | meta-oe/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass index b7e9f54a85..98320feeda 100644 --- a/meta-oe/classes/kernel.bbclass +++ b/meta-oe/classes/kernel.bbclass | |||
| @@ -512,7 +512,7 @@ KERNEL_IMAGE_SYMLINK_NAME ?= "${KERNEL_IMAGETYPE}-${MACHINE}" | |||
| 512 | 512 | ||
| 513 | do_uboot_mkimage() { | 513 | do_uboot_mkimage() { |
| 514 | if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then | 514 | if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then |
| 515 | if test ! -e arch/${ARCH}/boot/uImage ; then | 515 | if test "x${KEEPUIMAGE}" = "x" ; then |
| 516 | ENTRYPOINT=${UBOOT_ENTRYPOINT} | 516 | ENTRYPOINT=${UBOOT_ENTRYPOINT} |
| 517 | if test -n "${UBOOT_ENTRYSYMBOL}"; then | 517 | if test -n "${UBOOT_ENTRYSYMBOL}"; then |
| 518 | ENTRYPOINT=`${HOST_PREFIX}nm ${S}/vmlinux | \ | 518 | ENTRYPOINT=`${HOST_PREFIX}nm ${S}/vmlinux | \ |
