forked from Imagelibrary/rtems
bsp/arm: Erratum 764369 after enabling SCU
Execute the SCU part of the workaround of arm erratum 764368 after the SCU was enabled.
This commit is contained in:
committed by
Sebastian Huber
parent
d9e7d1e414
commit
707b617294
@@ -93,8 +93,8 @@ arm_a9mpcore_start_errata_764369_handler(volatile a9mpcore_scu *scu)
|
||||
BSP_START_TEXT_SECTION static inline
|
||||
arm_a9mpcore_start_scu_enable(volatile a9mpcore_scu *scu)
|
||||
{
|
||||
arm_a9mpcore_start_errata_764369_handler(scu);
|
||||
scu->ctrl |= A9MPCORE_SCU_CTRL_SCU_EN;
|
||||
arm_a9mpcore_start_errata_764369_handler(scu);
|
||||
}
|
||||
|
||||
BSP_START_TEXT_SECTION static inline arm_a9mpcore_start_hook_0(void)
|
||||
|
||||
Reference in New Issue
Block a user