From c4b8bc48b69abe799496f2f62aa46f482572f5e0 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 27 May 2022 15:18:06 -0400 Subject: Remove CONFIG_SYS_SPL_LEN largely 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 --- include/configs/imxrt1020-evk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/imxrt1020-evk.h') diff --git a/include/configs/imxrt1020-evk.h b/include/configs/imxrt1020-evk.h index ac046b82aa..a2c004880a 100644 --- a/include/configs/imxrt1020-evk.h +++ b/include/configs/imxrt1020-evk.h @@ -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 */ -- cgit v1.2.3