bsps/arm: Fix broken switch statement

Update #2530.
This commit is contained in:
Sebastian Huber
2016-01-18 08:10:54 +01:00
parent 950c63fc16
commit 4ba66e5438

View File

@@ -105,6 +105,7 @@ static inline bool arm_errata_is_applicable_processor_errata_775420(void)
case ARM_RELEASE_ID_R2_P3:
case ARM_RELEASE_ID_R2_P2:
is_applicable = true;
break;
default:
is_applicable = false;
break;