aboutsummaryrefslogtreecommitdiff
path: root/boot/image-fit-sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/image-fit-sig.c')
-rw-r--r--boot/image-fit-sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/image-fit-sig.c b/boot/image-fit-sig.c
index 9b1d38b..495d776 100644
--- a/boot/image-fit-sig.c
+++ b/boot/image-fit-sig.c
@@ -67,7 +67,7 @@ static int fit_image_setup_verify(struct image_sign_info *info,
const void *fit, int noffset,
int required_keynode, char **err_msgp)
{
- char *algo_name;
+ const char *algo_name;
const char *padding_name;
if (fdt_totalsize(fit) > CONFIG_VAL(FIT_SIGNATURE_MAX_SIZE)) {