mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 13:45:25 +01:00
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>
This commit is contained in:
parent
8627733941
commit
dab2fc2863
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue