• Sandrine Bailleux's avatar
    fvp: Fix register name in 'plat_print_gic_regs' macro · 9edc8917
    Sandrine Bailleux authored
    The 'plat_print_gic_regs' macro was accessing the GICC_CTLR register
    using the GICD_CTLR offset. This still generates the right code in
    the end because GICD_CTLR == GICC_CTLR but this patch fixes it for
    the logic of the code.
    
    Change-Id: I7b17af50e587f07bec0e4c933e346088470c96f3
    9edc8917
plat_macros.S 2.27 KB