]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Remove CONFIG_SYS_SPL_LEN largely
authorTom Rini <trini@konsulko.com>
Fri, 27 May 2022 19:18:06 +0000 (15:18 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:28 +0000 (12:09 -0400)
This is mostly unused.  In the case where it is currently used, it means
the same as CONFIG_SPL_PAD_TO, which is already set for the platform.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/corvus.h
include/configs/gardena-smart-gateway-at91sam.h
include/configs/imxrt1020-evk.h
include/configs/imxrt1050-evk.h
include/configs/smartweb.h
include/configs/stm32f746-disco.h
include/configs/taurus.h

index 864a79346b7c3c7707b495d97245790b63432218..698da6b6dac8d331dd3b07e74bffda1929e357e5 100644 (file)
@@ -71,6 +71,4 @@
 #define CONFIG_SYS_MCKR                        0x1301
 #define CONFIG_SYS_MCKR_CSS            0x1302
 
-#define CONFIG_SYS_SPL_LEN             CONFIG_SPL_PAD_TO
-
 #endif
index c6a84a79e67a943554a7bd13e120285ad4f95c2e..331e9ca8ba19b1ef6db193c1e29abe806bb8657b 100644 (file)
@@ -45,6 +45,4 @@
 #define        CONFIG_SYS_NAND_U_BOOT_START    CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_NAND_U_BOOT_DST     CONFIG_SYS_TEXT_BASE
 
-#define CONFIG_SYS_SPL_LEN             CONFIG_SPL_PAD_TO
-
 #endif
index ac046b82aa9e0722dd099c8024af87bd8950f573..a2c004880a7e64e911c27693d61eceaa545c6466 100644 (file)
@@ -22,7 +22,6 @@
  * Configuration of the external SDRAM memory
  */
 
-#define CONFIG_SYS_SPL_LEN             0x00008000
 #define CONFIG_SYS_UBOOT_START         0x800023FD
 
 #endif /* __IMXRT1020_EVK_H */
index 30b2f5d1efee8afba34560060f9b4931d187d9c5..e36718dc825b7c672b4c7b20b4bb25cedcec9e7d 100644 (file)
@@ -29,7 +29,6 @@
  * Configuration of the external SDRAM memory
  */
 
-#define CONFIG_SYS_SPL_LEN             0x00008000
 #define CONFIG_SYS_UBOOT_START         0x800023FD
 
 #endif /* __IMXRT1050_EVK_H */
index 8667052d357715e2ad4c2e81a68f5291b44e44b8..cde6abc6261123fedc661d4ca0ee467c33e80550 100644 (file)
 #define CONFIG_SYS_MCKR_CSS            (0x02 | CONFIG_SYS_MCKR)
 #define CONFIG_SYS_AT91_PLLB           0x10483f0e
 
-#define CONFIG_SYS_SPL_LEN             CONFIG_SPL_PAD_TO
-
 #endif /* __CONFIG_H */
index ac54c5021788503076123d8258a082221cb368cc..80db425bb7ced0e74b6b74cc1ae628980c432bd6 100644 (file)
                        BOOTENV
 
 #define CONFIG_SYS_MONITOR_LEN         (512 * 1024)
-#define CONFIG_SYS_SPL_LEN             0x00008000
 #define CONFIG_SYS_UBOOT_START         0x080083FD
 #define CONFIG_SYS_UBOOT_BASE          (CONFIG_SYS_FLASH_BASE + \
-                                        CONFIG_SYS_SPL_LEN)
+                                        CONFIG_SPL_PAD_TO)
 
 /* DT blob (fdt) address */
 #define CONFIG_SYS_FDT_BASE            (CONFIG_SYS_FLASH_BASE + \
index 2f5a4fd8f4d63d8308aec2b5d4d7f91068bafbfc..b9285e8cabad5686b8ecf16e194ae4d1fdd20eb1 100644 (file)
 #define CONFIG_SYS_MCKR_CSS            (0x02 | CONFIG_SYS_MCKR)
 #define CONFIG_SYS_AT91_PLLB           0x10193F05
 
-#define CONFIG_SYS_SPL_LEN             CONFIG_SPL_PAD_TO
-
 #endif