]> Git Repo - J-u-boot.git/blobdiff - tools/image-host.c
mkimage: Allow 'auto-conf' signing of scripts
[J-u-boot.git] / tools / image-host.c
index 7bfc0cb6b1823b30bae3ce918fb247956633565f..49ce7436bb975a6fdbf65886a5a6cea3c825086a 100644 (file)
@@ -730,7 +730,7 @@ static const char *fit_config_get_image_list(const void *fit, int noffset,
                                             int *lenp, int *allow_missingp)
 {
        static const char default_list[] = FIT_KERNEL_PROP "\0"
-                       FIT_FDT_PROP;
+                       FIT_FDT_PROP "\0" FIT_SCRIPT_PROP;
        const char *prop;
 
        /* If there is an "sign-image" property, use that */
This page took 0.026595 seconds and 4 git commands to generate.