]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
net: phy: realtek: Use generic genphy_parse_link() for RTL8211E
[u-boot] / lib / Kconfig
index 9d580e4115e6ac8218a8ca9e4801460010e53f1c..c7eab46516f050e8a4e36a0d71f3b9fbd9170392 100644 (file)
@@ -16,7 +16,7 @@ config USE_PRIVATE_LIBGCC
        depends on HAVE_PRIVATE_LIBGCC
        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 privided by the compiler.
          If unsure, say N.
 
 config SYS_HZ
@@ -27,15 +27,6 @@ config SYS_HZ
          get_timer() must operate in milliseconds and this option must be
          set to 1000.
 
-config SYS_VSNPRINTF
-       bool "Enable safe version of sprintf()"
-       help
-         Since sprintf() can overflow its buffer, it is common to use
-         snprintf() instead, which knows the buffer size and can avoid
-         overflow. However, this does increase code size slightly (for
-         Thumb-2, about 420 bytes). Enable this option for safety when
-         using sprintf() with data you do not control.
-
 config USE_TINY_PRINTF
        bool "Enable tiny printf() version"
        help