]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
mx6slevk: Avoid hardcoded RAM size
[u-boot] / lib / Kconfig
index 078ef5c29e49e18a075b5f7c03519a6307470b6a..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
@@ -149,5 +150,6 @@ config SPL_OF_LIBFDT
          version of the device tree.
 
 source lib/efi/Kconfig
+source lib/efi_loader/Kconfig
 
 endmenu