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