From 441d2a4f33a911e47299c350e321084c59a68ddf Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 2 May 2016 11:39:35 +0200 Subject: Make image parameter of cb_check_image const Change-Id: I811b3d6f1710154e055b03d5f27b1a8d9b3c0a43 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/17943 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- programmer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programmer.h') diff --git a/programmer.h b/programmer.h index bd8e98d59..38534131e 100644 --- a/programmer.h +++ b/programmer.h @@ -308,7 +308,7 @@ void cleanup_cpu_msr(void); /* cbtable.c */ int cb_parse_table(const char **vendor, const char **model); -int cb_check_image(uint8_t *bios, int size); +int cb_check_image(const uint8_t *bios, int size); /* dmi.c */ #if defined(__i386__) || defined(__x86_64__) -- cgit v1.2.3