commit | 02044fedd56b3e682e77bb8a864f47446a86e6d3 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@avionic-design.de> | Thu Nov 17 00:04:05 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Dec 24 10:23:31 2011 +0100 |
tree | cd059dc76f0fabe69e461fac2b01187a7e3c7f0d | |
parent | 704e60d42d79e95c82f5f78c2012a68818e313a8 [diff] |
tegra2: Always build with USE_PRIVATE_LIBGCC=yes. The AVP on Tegra2 doesn't boot properly when U-Boot is linked against the GCC provided libgcc. To work around this, always build and link against a private libgcc for Tegra2-based boards. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Tested-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>