aboutsummaryrefslogtreecommitdiff
path: root/include/configs/imx6_spl.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/imx6_spl.h
parenteaf6ea6a1dc10d49cdcbcad0f8b0abb6c1eb1db1 (diff)
downloadu-boot-f113d7d3034672de7d074506a05a7055f1f0dcae.zip
u-boot-f113d7d3034672de7d074506a05a7055f1f0dcae.tar.gz
u-boot-f113d7d3034672de7d074506a05a7055f1f0dcae.tar.bz2
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/imx6_spl.h')
-rw-r--r--include/configs/imx6_spl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h
index ad6bbd8..86e192f 100644
--- a/include/configs/imx6_spl.h
+++ b/include/configs/imx6_spl.h
@@ -21,7 +21,6 @@
* and some padding thus 'our' max size is really 0x00908000 - 0x00938000
* or 192KB
*/
-#define CONFIG_SPL_STACK 0x0093FFB8
/*
* Pad SPL to 196KB (4KB header + 192KB max size). This allows to write the
* SPL/U-Boot combination generated with u-boot-with-spl.imx directly to a
@@ -40,7 +39,6 @@
* and some padding thus 'our' max size is really 0x00908000 - 0x00918000
* or 64KB
*/
-#define CONFIG_SPL_STACK 0x0091FFB8
/*
* Pad SPL to 68KB (4KB header + 64KB max size). This allows to write the
* SPL/U-Boot combination generated with u-boot-with-spl.imx directly to a