]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
boot_fit: Create helper functions that can be used to select DTB out of FIT
[u-boot] / include / image.h
index 1d763b33b833af418492cf52cb2742e94ed564d1..c6f1513220a31d29a0bf68a2879afd97eb3a62ab 100644 (file)
@@ -1272,6 +1272,9 @@ void board_fit_image_post_process(void **p_image, size_t *p_size);
 
 #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