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>2011-08-15 15:10:45 -0600
commit3bf3f9adae6b6df247496ad93aa565262ef0f578 (patch)
treeb99063aac448844418e88cc141432651290eb812
parent640876de81f814655ebac81ee2fe0cb7047518c6 (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 544e3fbbd..bf545cf9a 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -182,4 +182,7 @@
#define CONFIG_OF_LIBFDT
+/* Erratum */
+#define CONFIG_SYS_FSL_ERRATUM_ESDHC111
+
#endif /* __CONFIG_H */