]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Don't imply libfdt or SPI flash in TPL
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:13 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:15 +0000 (11:44 +0800)
We don't want to pull in libfdt if of-platdata is being used, since it
reduces the available code-size saves. Also, SPI flash is seldom needed
in TPL.

Drop these options.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/Kconfig

index 6865e1f909ed404f89b6666355319c87ffbaacc0..54de91afb34b83a6d9a5cdfb704267190ca10fb2 100644 (file)
@@ -204,14 +204,11 @@ config X86
        imply SPL_SYSCON
        # TPL
        imply TPL_DM
-       imply TPL_OF_LIBFDT
        imply TPL_DRIVERS_MISC_SUPPORT
        imply TPL_GPIO_SUPPORT
        imply TPL_LIBCOMMON_SUPPORT
        imply TPL_LIBGENERIC_SUPPORT
        imply TPL_SERIAL_SUPPORT
-       imply TPL_SPI_FLASH_SUPPORT
-       imply TPL_SPI_SUPPORT
        imply TPL_OF_CONTROL
        imply TPL_TIMER
        imply TPL_REGMAP