From 7c5eeb8309a19c662efe6d7695c256975f6da0d4 Mon Sep 17 00:00:00 2001 From: Steven Lawrance Date: Wed, 14 Sep 2022 20:57:27 +0200 Subject: 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 Reviewed-by: Simon Glass --- tools/image-host.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools') diff --git a/tools/image-host.c b/tools/image-host.c index 698adfb3e1d..0bf18df50e7 100644 --- a/tools/image-host.c +++ b/tools/image-host.c @@ -17,8 +17,6 @@ #include #include -#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 -- cgit v1.3.1