summaryrefslogtreecommitdiff
path: root/bl31/aarch64
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-04-27 21:52:33 +0100
committerAndre Przywara <andre.przywara@arm.com>2016-06-02 01:27:31 +0100
commit4365d367b7304bb5b9f3803320b6949197d52f99 (patch)
tree80ba2e055da2c89049845eaf3b9f9db36a672d2b /bl31/aarch64
parent13c7a5c8d469c4ee0425e64a1ae4bf11edee7bed (diff)
sun50i: define empty print_plat_interconnect_regs
Instead of commenting the routine from FVP and the call, simply define the print_plat_interconnect_regs macros as empty, which is the recommended way in case there is no interconnect information available. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'bl31/aarch64')
-rw-r--r--bl31/aarch64/crash_reporting.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/aarch64/crash_reporting.S b/bl31/aarch64/crash_reporting.S
index 79d7457..68fe256 100644
--- a/bl31/aarch64/crash_reporting.S
+++ b/bl31/aarch64/crash_reporting.S
@@ -342,7 +342,7 @@ func do_crash_reporting
plat_print_gic_regs
/* Print the interconnect registers */
- /*plat_print_interconnect_regs*/
+ plat_print_interconnect_regs
/* Done reporting */
b crash_panic