aboutsummaryrefslogtreecommitdiff
path: root/plat/nvidia/tegra/soc/t194/plat_ras.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/nvidia/tegra/soc/t194/plat_ras.c')
-rw-r--r--plat/nvidia/tegra/soc/t194/plat_ras.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/plat/nvidia/tegra/soc/t194/plat_ras.c b/plat/nvidia/tegra/soc/t194/plat_ras.c
index 0c4c6fad6..a32240339 100644
--- a/plat/nvidia/tegra/soc/t194/plat_ras.c
+++ b/plat/nvidia/tegra/soc/t194/plat_ras.c
@@ -493,9 +493,6 @@ void plat_ea_handler(unsigned int ea_reason, uint64_t syndrome, void *cookie,
#if RAS_EXTENSION
tegra194_ea_handler(ea_reason, syndrome, cookie, handle, flags);
#else
- ERROR("Unhandled External Abort received on 0x%llx at EL3!\n",
- read_mpidr_el1());
- ERROR(" exception reason=%u syndrome=0x%lx\n", ea_reason, syndrome);
- panic();
+ plat_default_ea_handler(ea_reason, syndrome, cookie, handle, flags);
#endif
}