]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/image.h
buildman: Permit branch names with an embedded '/'
[karo-tx-uboot.git] / include / image.h
index 69f86ad49e118ce32a663432a177ee0e891d0cda..340105658c02554597e84951e8d8f9bde571f54b 100644 (file)
@@ -412,6 +412,7 @@ void genimg_print_time(time_t timestamp);
 enum fit_load_op {
        FIT_LOAD_IGNORED,       /* Ignore load address */
        FIT_LOAD_OPTIONAL,      /* Can be provided, but optional */
+       FIT_LOAD_OPTIONAL_NON_ZERO,     /* Optional, a value of 0 is ignored */
        FIT_LOAD_REQUIRED,      /* Must be provided */
 };