diff mbox

[U-Boot,3/7] ti816x_evm: Disable CONFIG_USE_PRIVATE_LIBGCC

Message ID 1494960400-15763-3-git-send-email-trini@konsulko.com
State Accepted
Commit dab2fc2863290a845ad13618a2726931007ff65e
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini May 16, 2017, 6:46 p.m. UTC
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(+)

Comments

Tom Rini June 6, 2017, 12:13 a.m. UTC | #1
On Tue, May 16, 2017 at 02:46:36PM -0400, Tom Rini wrote:

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

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig
index 8021defb87af..abfc7d5b120f 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