Commit dab2fc2863290a845ad13618a2726931007ff65e

Authored by Tom Rini
1 parent 8627733941

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/ti816x_evm_defconfig
... ... @@ -27,4 +27,5 @@
27 27 CONFIG_MMC_OMAP_HS=y
28 28 CONFIG_SYS_NS16550=y
29 29 CONFIG_OF_LIBFDT=y
  30 +# CONFIG_USE_PRIVATE_LIBGCC is not set