mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-21 20:14:29 +00:00

Add SoC erratum a008850 support. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I1ef41c67737b7b5fdf1d892929a2d8040effc282
15 lines
189 B
C
15 lines
189 B
C
/*
|
|
* Copyright 2020-2021 NXP
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*
|
|
*/
|
|
|
|
#ifndef ERRATA_H
|
|
#define ERRATA_H
|
|
|
|
#include "errata_list.h"
|
|
|
|
void soc_errata(void);
|
|
|
|
#endif /* ERRATA_H */
|