summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteven Lawrance <steven.lawrance@softathome.com>2022-09-14 21:57:27 +0300
committerTom Rini <trini@konsulko.com>2022-10-11 22:40:48 +0300
commit7c5eeb8309a19c662efe6d7695c256975f6da0d4 (patch)
treeeedd61149ce7dc2baf10bd7ad918b97bb43c68fb /tools
parentbda5f3e7d678ef34ca512cc5321b73e39320b147 (diff)
downloadu-boot-7c5eeb8309a19c662efe6d7695c256975f6da0d4.tar.xz
image-pre-load: Move macros/definitions to image.h
Putting these definitions in a header will allow signatures to be validated independently of bootm. Signed-off-by: Steven Lawrance <steven.lawrance@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/image-host.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/image-host.c b/tools/image-host.c
index 698adfb3e1..0bf18df50e 100644
--- a/tools/image-host.c
+++ b/tools/image-host.c
@@ -17,8 +17,6 @@
#include <openssl/pem.h>
#include <openssl/evp.h>
-#define IMAGE_PRE_LOAD_PATH "/image/pre-load/sig"
-
/**
* fit_set_hash_value - set hash value in requested has node
* @fit: pointer to the FIT format image header