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)
commit69b1e9f4f83ec30d6e010312e932928132a2324e
treeddfce55ec684ff16d6c7d896891c7a1c539991e4
parent42791100180943c0f776a325843c66540e9595e7
x86: Don't imply libfdt or SPI flash in TPL

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