diff options
author | Tom Rini <trini@konsulko.com> | 2020-02-25 13:59:21 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-25 13:59:21 -0500 |
commit | 133276f14acfbad4268acd19a70d3cda0a60b5e3 (patch) | |
tree | f8ecc6c9ebf0a000cefe709ec1ab9b1358956a20 /tools/image-host.c | |
parent | c2358258c2ed3e964138eb7b66dbef5d6ef232ae (diff) | |
parent | be06032eb00b6b9315049bc5585e1f51e29c9179 (diff) |
Merge branch '2020-02-25-master-imports'
- Assorted fixes
Diffstat (limited to 'tools/image-host.c')
-rw-r--r-- | tools/image-host.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/image-host.c b/tools/image-host.c index 9483561bfa..76a361b9d6 100644 --- a/tools/image-host.c +++ b/tools/image-host.c @@ -12,7 +12,6 @@ #include <bootm.h> #include <image.h> #include <version.h> -#include <uboot_aes.h> /** * fit_set_hash_value - set hash value in requested has node |