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-05-02 19:44:06 -0600
commit3fb6072b3628f0d5b540ac3b03f245bbfbdfca94 (patch)
treee940a5f8492185182dd6816862ffba16840ac42d
parentcf29ddf58a91db2fd4e741a5355160e19402c448 (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 f009579e3..6f6d01e46 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -217,4 +217,7 @@
#define CONFIG_OF_LIBFDT
+/* Erratum */
+#define CONFIG_SYS_FSL_ERRATUM_ESDHC111
+
#endif /* __CONFIG_H */