diff options
Diffstat (limited to 'meta/classes/kernel.bbclass')
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index ce4d7de01c..ab984e3e88 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -507,7 +507,7 @@ KERNEL_IMAGE_SYMLINK_NAME ?= "${KERNEL_IMAGETYPE}-${MACHINE}" | |||
507 | 507 | ||
508 | do_uboot_mkimage() { | 508 | do_uboot_mkimage() { |
509 | if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then | 509 | if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then |
510 | if test ! -e arch/${ARCH}/boot/uImage ; then | 510 | if test "x${KEEPUIMAGE}" != "xyes" ; then |
511 | ENTRYPOINT=${UBOOT_ENTRYPOINT} | 511 | ENTRYPOINT=${UBOOT_ENTRYPOINT} |
512 | if test -n "${UBOOT_ENTRYSYMBOL}"; then | 512 | if test -n "${UBOOT_ENTRYSYMBOL}"; then |
513 | ENTRYPOINT=`${HOST_PREFIX}nm ${S}/vmlinux | \ | 513 | ENTRYPOINT=`${HOST_PREFIX}nm ${S}/vmlinux | \ |