bl1: fix switch statements to comply with MISRA rules
authorJonathan Wright <jonathan.wright@arm.com>
Tue, 13 Mar 2018 13:54:03 +0000 (13:54 +0000)
committerJonathan Wright <jonathan.wright@arm.com>
Mon, 26 Mar 2018 11:43:05 +0000 (12:43 +0100)
commitc9662db960526757a755f34da4c79742a1c2acf3
treef8a08034e3c94d9837b2829715aab1a9ce8e77a9
parent8ae0df93a01bfd869fa80068b5df17359d798714
bl1: fix switch statements to comply with MISRA rules

Ensure (where possible) that switch statements in bl1 comply with MISRA
rules 16.1 - 16.7

Return statements inside switch clauses mean that we do not comply with
rule 16.3.

Change-Id: I8342389ba525dfc68b88e67dbb3690a529abfeb1
Signed-off-by: Jonathan Wright <jonathan.wright@arm.com>
bl1/bl1_fwu.c