projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8627733
)
ti816x_evm: Disable CONFIG_USE_PRIVATE_LIBGCC
author
Tom Rini
<trini@konsulko.com>
Tue, 16 May 2017 18:46:36 +0000
(14:46 -0400)
committer
Tom Rini
<trini@konsulko.com>
Mon, 5 Jun 2017 15:02:24 +0000
(11:02 -0400)
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
patch
|
blob
|
history
diff --git
a/configs/ti816x_evm_defconfig
b/configs/ti816x_evm_defconfig
index 8021defb87af53b405ad6886402ce9408ae0f0e5..abfc7d5b120fd1c2d21a416d9988389a1a362386 100644
(file)
--- 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