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:
York Sun 2015-01-06 13:18:59 -08:00
parent bbeeb8bec0
commit a5ebdf06a0
1 changed files with 4 additions and 0 deletions

View File

@ -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_ */