[U-Boot] [PATCH 2/2] ARM: tegra: enable workaround for ARM erratum 716044
Stephen Warren
swarren at wwwdotorg.org
Tue Mar 5 00:29:41 CET 2013
From: Stephen Warren <swarren at nvidia.com>
Tegra20 requires the workaround for this erratum. Enable it.
Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
include/configs/tegra20-common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h
index e464e06..395a657 100644
--- a/include/configs/tegra20-common.h
+++ b/include/configs/tegra20-common.h
@@ -28,6 +28,7 @@
/*
* Errata configuration
*/
+#define CONFIG_ARM_ERRATA_716044
#define CONFIG_ARM_ERRATA_742230
#define CONFIG_ARM_ERRATA_751472
--
1.7.10.4
More information about the U-Boot
mailing list