projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbeeb8b
)
armv8/fsl-lsch3: Enable workaround for A008336
author
York Sun
<yorksun@freescale.com>
Tue, 6 Jan 2015 21:18:59 +0000
(13:18 -0800)
committer
York Sun
<yorksun@freescale.com>
Tue, 24 Feb 2015 21:10:08 +0000
(13:10 -0800)
Erratum
A008336
applied to LS2085A.
Signed-off-by: York Sun <yorksun@freescale.com>
arch/arm/include/asm/arch-fsl-lsch3/config.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-fsl-lsch3/config.h
b/arch/arm/include/asm/arch-fsl-lsch3/config.h
index 256adb0a42d5c9376820e2d6fdea778ee7ac28e0..1bada10aecd0a93ac14acd3d04573fb8275a8028 100644
(file)
--- a/
arch/arm/include/asm/arch-fsl-lsch3/config.h
+++ b/
arch/arm/include/asm/arch-fsl-lsch3/config.h
@@
-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_ */