X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Farch%2Faarch64%2Fel3_common_macros.S;fp=include%2Farch%2Faarch64%2Fel3_common_macros.S;h=c2946a85d3af63d992677d3242771f89b681b932;hb=e6d46baf3fae79f693f90bf34f7284c3dfc64aef;hp=378e827ce1c57427d00b477fa785151ebb14fab1;hpb=a04808c16cfc126d9fe572ae7c4b5a3d39de5796;p=project%2Fbcm63xx%2Fatf.git diff --git a/include/arch/aarch64/el3_common_macros.S b/include/arch/aarch64/el3_common_macros.S index 378e827c..c2946a85 100644 --- a/include/arch/aarch64/el3_common_macros.S +++ b/include/arch/aarch64/el3_common_macros.S @@ -155,9 +155,9 @@ mov_imm x0, ((PMCR_EL0_RESET_VAL | PMCR_EL0_LP_BIT | \ PMCR_EL0_LC_BIT | PMCR_EL0_DP_BIT) & \ ~(PMCR_EL0_X_BIT | PMCR_EL0_D_BIT)) - + /* BRCM_PATCH: Do not overwrite the setting done by BRCM boot loaders msr pmcr_el0, x0 - + */ /* --------------------------------------------------------------------- * Enable External Aborts and SError Interrupts now that the exception * vectors have been setup.