diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-03-04 13:29:40 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-03-22 16:45:22 +0100 |
commit | c5d4752c0541ea0af559250bd2bec6556fed6915 (patch) | |
tree | c364b86a037f3845d638d3f57e891623f4b3305f /README | |
parent | 131a1e603b3a8438b84b41940bc6a2051a36e087 (diff) | |
download | u-boot-imx-c5d4752c0541ea0af559250bd2bec6556fed6915.zip u-boot-imx-c5d4752c0541ea0af559250bd2bec6556fed6915.tar.gz u-boot-imx-c5d4752c0541ea0af559250bd2bec6556fed6915.tar.bz2 |
ARM: implement erratum 716044 workaround
Add common code to enable the workaround for ARM erratum 716044. This
will be enabled for Tegra.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -485,6 +485,7 @@ The following options need to be configured: Thumb2 this flag will result in Thumb2 code generated by GCC. + CONFIG_ARM_ERRATA_716044 CONFIG_ARM_ERRATA_742230 CONFIG_ARM_ERRATA_743622 CONFIG_ARM_ERRATA_751472 |