From dab2fc2863290a845ad13618a2726931007ff65e Mon Sep 17 00:00:00 2001
From: Tom Rini <trini@konsulko.com>
Date: Tue, 16 May 2017 14:46:36 -0400
Subject: [PATCH] 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>
---
 configs/ti816x_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.39.5