ARMv7-A: Fix an error in GIC initialization
This commit is contained in:
parent
9b81319fb1
commit
12064b276a
|
@ -331,7 +331,7 @@ void arm_gic_initialize(void)
|
|||
|
||||
/* Write the final ICCICR value */
|
||||
|
||||
putreg32(GIC_ICCICR_ENABLE, GIC_ICCICR);
|
||||
putreg32(iccicr, GIC_ICCICR);
|
||||
|
||||
#ifdef CONFIG_ARCH_TRUSTZONE_BOTH
|
||||
/* A processor in the secure state must then switch to the non-secure
|
||||
|
|
Loading…
Reference in New Issue