X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Ffdt_host.h;h=15c07c7a96edf623129ab53761200640ca797ccf;hb=221c4d982698d9f537237108f779b8174ce24c87;hp=99b009b2210928717d6f2a6183e61f247a25a6d7;hpb=e8f80a5a58c9b506453cc0780687e8ed457d30a6;p=oweals%2Fu-boot.git diff --git a/tools/fdt_host.h b/tools/fdt_host.h index 99b009b221..15c07c7a96 100644 --- a/tools/fdt_host.h +++ b/tools/fdt_host.h @@ -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__ */