summaryrefslogtreecommitdiff
path: root/include/configs/imxrt1020-evk.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-27 15:18:06 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:28 -0400
commitc4b8bc48b69abe799496f2f62aa46f482572f5e0 (patch)
tree5c841f2462e8ade9395f3fd45380f00f5908d40c /include/configs/imxrt1020-evk.h
parent10f6e4dc3a16c21f235416f975ecf2070ceb351f (diff)
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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/imxrt1020-evk.h')
-rw-r--r--include/configs/imxrt1020-evk.h1
1 files changed, 0 insertions, 1 deletions
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 */