forked from Imagelibrary/rtems
bsp/arm: Correct detection of arm erratum 764368
This commit is contained in:
committed by
Sebastian Huber
parent
924b47a548
commit
d9e7d1e414
@@ -76,6 +76,7 @@ static bool arm_errata_is_applicable_processor_errata_764369(
|
|||||||
case ARM_RELEASE_ID_R2_P2:
|
case ARM_RELEASE_ID_R2_P2:
|
||||||
case ARM_RELEASE_ID_R2_P0:
|
case ARM_RELEASE_ID_R2_P0:
|
||||||
is_applicable = true;
|
is_applicable = true;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
is_applicable = false;
|
is_applicable = false;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user