Drop CONFIG_SPL_SIZE

We do not reference CONFIG_SPL_SIZE in the code, remove it.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2022-05-28 12:07:26 -04:00
parent 14b4817513
commit c8836dbb01
7 changed files with 0 additions and 23 deletions

View File

@ -42,9 +42,6 @@
/* SPL */
/* Defines for SPL */
#define CONFIG_SPL_SIZE (140 << 10)
#if defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC) || defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_SATA)
/* SPL related MMC defines */
#ifdef CONFIG_SPL_BUILD

View File

@ -34,9 +34,6 @@
#define SPL_BOOT_SDIO_MMC_CARD 2
#define CONFIG_SPL_BOOT_DEVICE SPL_BOOT_SPI_NOR_FLASH
/* Defines for SPL */
#define CONFIG_SPL_SIZE (160 << 10)
#if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SDIO_MMC_CARD
/* SPL related MMC defines */
#ifdef CONFIG_SPL_BUILD

View File

@ -39,9 +39,6 @@
#define SPL_BOOT_SPI_NOR_FLASH 1
#define CONFIG_SPL_BOOT_DEVICE SPL_BOOT_SPI_NOR_FLASH
/* Defines for SPL */
#define CONFIG_SPL_SIZE (140 << 10)
/*
* mv-common.h should be defined after CMD configs since it used them
* to enable certain macros

View File

@ -39,9 +39,6 @@
#define SPL_BOOT_SDIO_MMC_CARD 2
#define CONFIG_SPL_BOOT_DEVICE SPL_BOOT_SPI_NOR_FLASH
/* Defines for SPL */
#define CONFIG_SPL_SIZE (140 << 10)
#if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SDIO_MMC_CARD
/* SPL related MMC defines */
#ifdef CONFIG_SPL_BUILD

View File

@ -42,9 +42,6 @@
/* SPL */
/* Defines for SPL */
#define CONFIG_SPL_SIZE (140 << 10)
#if defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC) || defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_SATA)
/* SPL related MMC defines */
#ifdef CONFIG_SPL_BUILD

View File

@ -26,9 +26,6 @@
"fdt_high=0x10000000\0" \
"initrd_high=0x10000000\0"
/* Defines for SPL */
#define CONFIG_SPL_SIZE (140 << 10)
#ifdef CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC
/* SPL related MMC defines */
# ifdef CONFIG_SPL_BUILD

View File

@ -64,9 +64,4 @@
#define CONFIG_UBI_PART user
#define CONFIG_UBIFS_VOLUME user
/* SPL */
/* Defines for SPL */
#define CONFIG_SPL_SIZE (140 << 10)
#endif /* _CONFIG_X530_H */