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-06-28 16:06:03 +0100
commit845f77f1a4e010c2f469e260eb53e15321297280 (patch)
tree38ee6bd5320187dce662ed5831fa70fd0cb1cbbd
parent446af2d3bf2c7c9af5a4a1731b93ad5a044ab9ca (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 */