doc: fix mistyped "env flags" command
[pandora-u-boot.git] / boot / image-fit-sig.c
index a461d59..1236989 100644 (file)
@@ -260,10 +260,10 @@ static int fit_config_check_sig(const void *fit, int noffset, int conf_noffset,
                                char **err_msgp)
 {
        static char * const exc_prop[] = {
-               "data",
-               "data-size",
-               "data-position",
-               "data-offset"
+               FIT_DATA_PROP,
+               FIT_DATA_SIZE_PROP,
+               FIT_DATA_POSITION_PROP,
+               FIT_DATA_OFFSET_PROP,
        };
 
        const char *prop, *end, *name;