power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flag
[oweals/u-boot.git] / tools / fdt_host.h
index 98acf278a31fe1c10e71fc545b546177672b2560..15c07c7a96edf623129ab53761200640ca797ccf 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2008 Semihalf
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __FDT_HOST_H__
@@ -28,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__ */