mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
armv8/fsl-lsch3: Enable workaround for A008336
Erratum A008336 applied to LS2085A. Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
bbeeb8bec0
commit
a5ebdf06a0
1 changed files with 4 additions and 0 deletions
|
|
@ -101,4 +101,8 @@
|
|||
#error SoC not defined
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_LS2085A
|
||||
#define CONFIG_SYS_FSL_ERRATUM_A008336
|
||||
#endif
|
||||
|
||||
#endif /* _ASM_ARMV8_FSL_LSCH3_CONFIG_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue