]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
arm: socfpga: Fix with the correct polling on bit is set
[u-boot] / include / image.h
index 621abf647f3b5d7710f24183b70fe8284fae7e68..a579c5f509f1243e3775f5c433aac09f5e1e25ef 100644 (file)
@@ -21,6 +21,7 @@
 
 /* Define this to avoid #ifdefs later on */
 struct lmb;
+struct fdt_region;
 
 #ifdef USE_HOSTCC
 #include <sys/types.h>
@@ -919,6 +920,7 @@ int booti_setup(ulong image, ulong *relocated_addr, ulong *size);
 #define FIT_DEFAULT_PROP       "default"
 #define FIT_SETUP_PROP         "setup"
 #define FIT_FPGA_PROP          "fpga"
+#define FIT_FIRMWARE_PROP      "firmware"
 
 #define FIT_MAX_HASH_LEN       HASH_MAX_DIGEST_SIZE