blob: f80ba78c7327254962b4fad964000a8a1d216978 [file] [log] [blame]
Juan Castillob6132f12015-10-06 14:01:35 +01001/*
Ambroise Vincentfa42c9e2019-07-04 14:58:45 +01002 * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
Juan Castillob6132f12015-10-06 14:01:35 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Juan Castillob6132f12015-10-06 14:01:35 +01005 */
6
Juan Castillob6132f12015-10-06 14:01:35 +01007#include <errno.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +00008
Antonio Nino Diazbd7b7402019-01-25 14:30:04 +00009#include <plat/arm/common/plat_arm.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000010#include <plat/common/platform.h>
11
Sathees Balya22576072018-09-03 17:41:13 +010012void __dead2 plat_error_handler(int err)
13{
14 plat_arm_error_handler(err);
15}