summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-fitimage.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/kernel-fitimage.bbclass')
-rw-r--r--meta/classes/kernel-fitimage.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass
index 809bd4d698..298eda2a23 100644
--- a/meta/classes/kernel-fitimage.bbclass
+++ b/meta/classes/kernel-fitimage.bbclass
@@ -250,7 +250,7 @@ do_assemble_fitimage() {
250 # 250 #
251 # Step 5: Sign the image and add public key to U-Boot dtb 251 # Step 5: Sign the image and add public key to U-Boot dtb
252 # 252 #
253 if test -n "${UBOOT_SIGN_ENABLE}"; then 253 if [ "x${UBOOT_SIGN_ENABLE}" = "x1" ] ; then
254 uboot-mkimage \ 254 uboot-mkimage \
255 ${@'-D "${UBOOT_MKIMAGE_DTCOPTS}"' if len('${UBOOT_MKIMAGE_DTCOPTS}') else ''} \ 255 ${@'-D "${UBOOT_MKIMAGE_DTCOPTS}"' if len('${UBOOT_MKIMAGE_DTCOPTS}') else ''} \
256 -F -k "${UBOOT_SIGN_KEYDIR}" \ 256 -F -k "${UBOOT_SIGN_KEYDIR}" \