]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
Merge git://git.denx.de/u-boot-dm
[u-boot] / lib / Kconfig
index 7a453362a1b27b19a38a7db6451ea769ba9fd7ea..02ca4058d37e0b4e7f23b9885e9cc051d292c0ec 100644 (file)
@@ -14,9 +14,10 @@ config HAVE_PRIVATE_LIBGCC
 config USE_PRIVATE_LIBGCC
        bool "Use private libgcc"
        depends on HAVE_PRIVATE_LIBGCC
+       default y if HAVE_PRIVATE_LIBGCC && ((ARM && !ARM64) || MIPS)
        help
          This option allows you to use the built-in libgcc implementation
-         of U-Boot instead of the one privided by the compiler.
+         of U-Boot instead of the one provided by the compiler.
          If unsure, say N.
 
 config SYS_HZ