diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-01 14:29:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-01 14:29:21 -0400 |
commit | e0718b3ab754860bd47677e6b4fc5b70da42c4ab (patch) | |
tree | d10a15f1a7ab4ac7bb45301cc2a4560975341c6c /tools/fdt_host.h | |
parent | e88c9e6ff15144f64f031f6a7b9323a096ab5a4d (diff) | |
parent | 0e29648f8e7e0aa60c0f7efe9d2efed98f8c0c6e (diff) |
Merge tag 'dm-pull-1apr20' of git://git.denx.de/u-boot-dm
Vboot vulnerability fix
Diffstat (limited to 'tools/fdt_host.h')
-rw-r--r-- | tools/fdt_host.h | 3 |
1 files changed, 2 insertions, 1 deletions
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__ */ |