From f113d7d3034672de7d074506a05a7055f1f0dcae Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 26 May 2022 13:13:21 -0400 Subject: Convert CONFIG_SPL_STACK to Kconfig This converts the following to Kconfig: CONFIG_SPL_STACK Signed-off-by: Tom Rini --- include/configs/devkit3250.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/configs/devkit3250.h') diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index 53c67c7..15160db 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -82,18 +82,6 @@ * U-Boot Commands */ -/* - * SPL specific defines - */ -/* SPL will be executed at offset 0 */ - -/* SPL will use SRAM as stack */ -#define CONFIG_SPL_STACK 0x0000FFF8 - -/* Use the framework and generic lib */ - -/* SPL will use serial */ - /* U-Boot will be 0x60000 bytes, loaded and run at CONFIG_SYS_TEXT_BASE */ #define CONFIG_SYS_NAND_U_BOOT_SIZE 0x60000 -- cgit v1.1