aboutsummaryrefslogtreecommitdiff
path: root/include/configs/imxrt1050-evk.h
diff options
context:
space:
mode:
authorTom Rini2022-05-24 13:11:41 -0400
committerTom Rini2022-06-06 12:09:12 -0400
commit85758d8aa1337fdba794e235df7ecf5d2118f05e (patch)
tree470c4a5bdc6fb81c414113112e8259eabbe6342f /include/configs/imxrt1050-evk.h
parent3b2979eefaeb46d2f978e13c33bb88ec0e7ee09a (diff)
arm: Use CONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR directly.
In some cases, we define CONFIG_SYS_INIT_SP_ADDR differently for SPL or full U-Boot. This case should be making use of CONFIG_SPL_STACK, as that's what that variable is for. In a few other cases we define CONFIG_SPL_STACK directly to CONFIG_SYS_INIT_SP_ADDR, but do not need to as the code handles this correctly, normally. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/imxrt1050-evk.h')
-rw-r--r--include/configs/imxrt1050-evk.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/imxrt1050-evk.h b/include/configs/imxrt1050-evk.h
index 5c2f975ba7f..4b341a349c2 100644
--- a/include/configs/imxrt1050-evk.h
+++ b/include/configs/imxrt1050-evk.h
@@ -31,12 +31,7 @@
* Configuration of the external SDRAM memory
*/
-/* For SPL */
-#ifdef CONFIG_SUPPORT_SPL
-#define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR
#define CONFIG_SYS_SPL_LEN 0x00008000
#define CONFIG_SYS_UBOOT_START 0x800023FD
-#endif
-/* For SPL ends */
#endif /* __IMXRT1050_EVK_H */