]> Git Repo - J-u-boot.git/blobdiff - common/image-fit-sig.c
.gitlab-ci.yml: add Qemu tests for MIPS Malta board
[J-u-boot.git] / common / image-fit-sig.c
index 3e735785949e9d642c00624164e8f03933ed6749..cc1967109ead26d25add0a2f917a7d9debc61be9 100644 (file)
@@ -8,6 +8,7 @@
 #include <time.h>
 #else
 #include <common.h>
+#include <log.h>
 #include <malloc.h>
 DECLARE_GLOBAL_DATA_PTR;
 #endif /* !USE_HOSTCC*/
@@ -249,7 +250,7 @@ static int fit_config_check_sig(const void *fit, int noffset,
                                int required_keynode, int conf_noffset,
                                char **err_msgp)
 {
-       char * const exc_prop[] = {"data"};
+       char * const exc_prop[] = {"data", "data-size", "data-position"};
        const char *prop, *end, *name;
        struct image_sign_info info;
        const uint32_t *strings;
This page took 0.022471 seconds and 4 git commands to generate.