Merge branch 'master' of git://git.denx.de/u-boot-rockchip
[oweals/u-boot.git] / common / spl / Kconfig
index 1a905884927e1570fbb22e58acbca1899bd10ef5..51768575064dbc0ed4a8033c0b4bc581368d1017 100644 (file)
@@ -603,14 +603,6 @@ config SPL_SPI_SUPPORT
          enable SPI drivers that are needed for other purposes also, such
          as a SPI PMIC.
 
-config SPL_TIMER_SUPPORT
-       bool "Support timer drivers"
-       help
-         Enable support for timer drivers in SPL. These can be used to get
-         a timer value when in SPL, or perhaps for implementing a delay
-         function. This enables the drivers in drivers/timer as part of an
-         SPL build.
-
 config SPL_USB_HOST_SUPPORT
        bool "Support USB host drivers"
        help
@@ -754,6 +746,7 @@ config TPL_TEXT_BASE
 
 config TPL_MAX_SIZE
         int "Maximum size (in bytes) for the TPL stage"
+       default 0
        depends on TPL
        help
          The maximum size (in bytes) of the TPL stage.