diff options
author | Chris Packham | 2022-05-29 11:13:18 +1200 |
---|---|---|
committer | Tom Rini | 2022-06-06 12:09:29 -0400 |
commit | 3ff2aa6d04633c3bd57567cc0ac2ee6909a6a93d (patch) | |
tree | d41d34cd900fd4f0c6fdb46c8cd2cbce3922bfb5 /include/configs/db-88f6820-amc.h | |
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>
Diffstat (limited to 'include/configs/db-88f6820-amc.h')
-rw-r--r-- | include/configs/db-88f6820-amc.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configs/db-88f6820-amc.h b/include/configs/db-88f6820-amc.h index 523a4ead025..3c442018ab1 100644 --- a/include/configs/db-88f6820-amc.h +++ b/include/configs/db-88f6820-amc.h @@ -26,19 +26,6 @@ "fdt_high=0x10000000\0" \ "initrd_high=0x10000000\0" -/* SPL */ -/* - * Select the boot device here - * - * Currently supported are: - * SPL_BOOT_SPI_NOR_FLASH - Booting via SPI NOR flash - * - * MMC is not populated on this board. - * NAND support may be added in the future. - */ -#define SPL_BOOT_SPI_NOR_FLASH 1 -#define CONFIG_SPL_BOOT_DEVICE SPL_BOOT_SPI_NOR_FLASH - /* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros |