aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Miao <eric.miao@linaro.org>2011-03-19 21:19:51 +0800
committerJohn Rigby <john.rigby@linaro.org>2012-08-16 10:03:46 -0600
commit2a6e51b9cc2a7ddccc0e5aeee3477073c4353e48 (patch)
tree7c421e1fc5232de6e46191de56c2bb7b81ed4d63
parent8719c81ff189aec5b9fd550e28a163a34aaa22f5 (diff)
mx53loco: define ERRATUM_ESDHC111
BugLink: http://bugs.launchpad.net/bugs/738193 Signed-off-by: Eric Miao <eric.miao@linaro.org>
-rw-r--r--include/configs/mx53loco.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index a9fcd87f7..34f374226 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -252,4 +252,7 @@
#define CONFIG_VIDEO_LOGO
#define CONFIG_IPUV3_CLK 133000000
+/* Erratum */
+#define CONFIG_SYS_FSL_ERRATUM_ESDHC111
+
#endif /* __CONFIG_H */