commit | dab2fc2863290a845ad13618a2726931007ff65e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 16 14:46:36 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 11:02:24 2017 -0400 |
tree | 2ce5897efdb14183c18a4f00a69a968bf8476de4 | |
parent | 8627733941ff9d35a3778da9c9b2e495a17bfe70 [diff] |
ti816x_evm: Disable CONFIG_USE_PRIVATE_LIBGCC On this platform, we can trace a general failure to boot to enabling / disabling this option. When this is enabled, we go off into the weeds during SPL and are unable to talk with the SD card and mmc_initialize() fails. Signed-off-by: Tom Rini <trini@konsulko.com>