From ae45a9884b82c2e2bfcf87afeb45260706a27adc Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Wed, 29 Jan 2014 14:27:52 -0600 Subject: cbfstool: Fix build errors when building with clang Now that we can set CC to an arbitrary compiler, fix issues that clang finds. Luckily, there were only two trivial errors. Change-Id: I0fd1f0f263a8ab7004f39cd36ed42d1a1cba5c04 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/5081 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Ronald G. Minnich --- util/cbfstool/linux_trampoline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cbfstool/linux_trampoline.c') diff --git a/util/cbfstool/linux_trampoline.c b/util/cbfstool/linux_trampoline.c index 79d15769a2..368d63a807 100644 --- a/util/cbfstool/linux_trampoline.c +++ b/util/cbfstool/linux_trampoline.c @@ -137,5 +137,5 @@ const unsigned char trampoline[] = { 0x02, 0x09, 0x00, 0xf4, 0xeb, 0xfd }; -void * const trampoline_start = &trampoline; +const void * const trampoline_start = &trampoline; const unsigned long trampoline_size = sizeof trampoline; -- cgit v1.2.3