summaryrefslogtreecommitdiff
path: root/configs/ti816x_evm_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-16 14:46:36 -0400
committerTom Rini <trini@konsulko.com>2017-06-05 11:02:24 -0400
commitdab2fc2863290a845ad13618a2726931007ff65e (patch)
tree2ce5897efdb14183c18a4f00a69a968bf8476de4 /configs/ti816x_evm_defconfig
parent8627733941ff9d35a3778da9c9b2e495a17bfe70 (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_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig
index 8021defb87..abfc7d5b12 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