aboutsummaryrefslogtreecommitdiff
path: root/plat/nxp/common/soc_errata/errata_list.h
blob: 74d23150df4d18a1c884003c3597fae9dc01440f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright 2021 NXP
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */

#ifndef ERRATA_LIST_H
#define ERRATA_LIST_H

#ifdef ERRATA_SOC_A050426
void erratum_a050426(void);
#endif

#endif /* ERRATA_LIST_H */