aboutsummaryrefslogtreecommitdiff
path: root/include/configs/db-88f6820-gp.h
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-05-29 11:13:18 +1200
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:29 -0400
commit3ff2aa6d04633c3bd57567cc0ac2ee6909a6a93d (patch)
treed41d34cd900fd4f0c6fdb46c8cd2cbce3922bfb5 /include/configs/db-88f6820-gp.h
parentb19512f1cf28b853d308079c421e9c4c564b2242 (diff)
downloadu-boot-3ff2aa6d04633c3bd57567cc0ac2ee6909a6a93d.zip
u-boot-3ff2aa6d04633c3bd57567cc0ac2ee6909a6a93d.tar.gz
u-boot-3ff2aa6d04633c3bd57567cc0ac2ee6909a6a93d.tar.bz2
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-gp.h')
-rw-r--r--include/configs/db-88f6820-gp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/db-88f6820-gp.h b/include/configs/db-88f6820-gp.h
index e01dd49..6b2edbb 100644
--- a/include/configs/db-88f6820-gp.h
+++ b/include/configs/db-88f6820-gp.h
@@ -27,18 +27,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
- * SPL_BOOT_SDIO_MMC_CARD - Booting via SDIO/MMC card (partition 1)
- */
-#define SPL_BOOT_SPI_NOR_FLASH 1
-#define SPL_BOOT_SDIO_MMC_CARD 2
-#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