diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-16 14:46:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 11:02:24 -0400 |
commit | dab2fc2863290a845ad13618a2726931007ff65e (patch) | |
tree | 2ce5897efdb14183c18a4f00a69a968bf8476de4 /configs/ti816x_evm_defconfig | |
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>
Diffstat (limited to 'configs/ti816x_evm_defconfig')
-rw-r--r-- | configs/ti816x_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig index 8021defb87a..abfc7d5b120 100644 --- a/configs/ti816x_evm_defconfig +++ b/configs/ti816x_evm_defconfig @@ -27,3 +27,4 @@ CONFIG_CMD_FAT=y CONFIG_MMC_OMAP_HS=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y +# CONFIG_USE_PRIVATE_LIBGCC is not set |