commit | c26195d171f18c76b851eb951e89640c27598970 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Thu Nov 29 21:17:08 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Fri Dec 07 16:32:01 2018 +0100 |
tree | a2a507dc36130de58ae0284d175b6b46df4d0daf | |
parent | 13c2becdbad98759fbb493ce8a213fd0817edd87 [diff] |
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>