summaryrefslogtreecommitdiff
path: root/include/configs/devkit3250.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-26 13:13:21 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:27 -0400
commitf113d7d3034672de7d074506a05a7055f1f0dcae (patch)
tree87984fe0167ce949d00036a4630bce55b252bf0c /include/configs/devkit3250.h
parenteaf6ea6a1dc10d49cdcbcad0f8b0abb6c1eb1db1 (diff)
Convert CONFIG_SPL_STACK to Kconfig
This converts the following to Kconfig: CONFIG_SPL_STACK Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/devkit3250.h')
-rw-r--r--include/configs/devkit3250.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h
index 53c67c706c..15160db276 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