]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: socfpga: imply SPL options instead of select
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Thu, 29 Nov 2018 20:17:08 +0000 (21:17 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 7 Dec 2018 15:32:01 +0000 (16:32 +0100)
commita9024dc18e9e864437a456f6c0144764dbee57d4
treea2a507dc36130de58ae0284d175b6b46df4d0daf
parent57dbc151437b36cc1105857d222df28b095236d7
arm: socfpga: imply SPL options instead of select

For a small SPL, it should be possible to build without SPI(-flash) drivers
or wihout MMC drivers.

For this to work, we have to change from 'select'ing options to 'imply'ing
them.

With this change, I can have SPL trimmed to my hard-wired starting method
(SPI-NOR or MMC) while still including all drivers in U-Boot.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
arch/arm/Kconfig