configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig
[platform/kernel/u-boot.git] / tools / fdt_host.h
index 99b009b..15c07c7 100644 (file)
@@ -27,6 +27,7 @@
  */
 int fdt_remove_unused_strings(const void *old, void *new);
 
-int fit_check_sign(const void *working_fdt, const void *key);
+int fit_check_sign(const void *fit, const void *key,
+                  const char *fit_uname_config);
 
 #endif /* __FDT_HOST_H__ */