]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
dm: scsi: Drop the ccb typedef
[u-boot] / include / image.h
index fcfe730204a63e54f9063ad270050e84a0d1d540..c6f1513220a31d29a0bf68a2879afd97eb3a62ab 100644 (file)
@@ -1270,6 +1270,11 @@ int board_fit_config_name_match(const char *name);
 void board_fit_image_post_process(void **p_image, size_t *p_size);
 #endif /* CONFIG_SPL_FIT_IMAGE_POST_PROCESS */
 
+#define FDT_ERROR      ((ulong)(-1))
+
+ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);
+int fit_find_config_node(const void *fdt);
+
 /**
  * Mapping of image types to function handlers to be invoked on the associated
  * loaded images