From daf0a726eadbc6b8a09b3e3ae7a94dcdac20664e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?= Date: Wed, 28 Feb 2018 17:18:55 -0800 Subject: trusty: Fix reported static check errors Change-Id: I9f9a8a159b41be1c865a20801d03a1b2934c3cac --- services/spd/trusty/trusty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/spd/trusty/trusty.c') diff --git a/services/spd/trusty/trusty.c b/services/spd/trusty/trusty.c index e62f7396..e27df154 100644 --- a/services/spd/trusty/trusty.c +++ b/services/spd/trusty/trusty.c @@ -409,7 +409,7 @@ static int32_t trusty_setup(void) instr = *(uint32_t *)ep_info->pc; - if (instr >> 24 == 0xea) { + if (instr >> 24 == 0xeaU) { INFO("trusty: Found 32 bit image\n"); aarch32 = true; } else if (instr >> 8 == 0xd53810 || instr >> 16 == 0x9400) { -- cgit v1.2.3