commit | 3ff2aa6d04633c3bd57567cc0ac2ee6909a6a93d | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Sun May 29 11:13:18 2022 +1200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:29 2022 -0400 |
tree | d41d34cd900fd4f0c6fdb46c8cd2cbce3922bfb5 | |
parent | b19512f1cf28b853d308079c421e9c4c564b2242 [diff] |
arm: mvebu: Remove CONFIG_SPL_BOOT_DEVICE CONFIG_SPL_BOOT_DEVICE was made obsolete by CONFIG_MVEBU_SPL_BOOT_DEVICE_{SPI,MMC,SATA,UART}. CONFIG_MVEBU_SPL_BOOT_DEVICE_SPI is the default so existing users of CONFIG_SPL_BOOT_DEVICE can simply have the option removed. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>