diff options
Diffstat (limited to 'bl31/runtime_svc.c')
-rw-r--r-- | bl31/runtime_svc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bl31/runtime_svc.c b/bl31/runtime_svc.c index 9a68e50f..b2ba6858 100644 --- a/bl31/runtime_svc.c +++ b/bl31/runtime_svc.c @@ -135,11 +135,3 @@ void runtime_svc_init() error: panic(); } - -void fault_handler(void *handle) -{ - gp_regs_t *gpregs_ctx = get_gpregs_ctx(handle); - ERROR("Unhandled synchronous fault. Register dump @ 0x%x \n", - gpregs_ctx); - panic(); -} |