aboutsummaryrefslogtreecommitdiff
path: root/include/configs/imxrt1050-evk.h
diff options
context:
space:
mode:
authorJesse Taube <mr.bossman075@gmail.com>2023-08-24 21:59:48 -0400
committerTom Rini <trini@konsulko.com>2023-09-30 15:24:43 -0400
commit6ab77bb14f61906b7ce0c486ebe46dbeab0502f3 (patch)
tree37c581bbcb412aecf5394bc7bf8407f7e9e78b1d /include/configs/imxrt1050-evk.h
parent90c81f407dd4a7747385b10f9b8f732202c45cde (diff)
downloadu-boot-6ab77bb14f61906b7ce0c486ebe46dbeab0502f3.zip
u-boot-6ab77bb14f61906b7ce0c486ebe46dbeab0502f3.tar.gz
u-boot-6ab77bb14f61906b7ce0c486ebe46dbeab0502f3.tar.bz2
Convert CFG_SYS_UBOOT_START to Kconfig
Commit 65cc0e2a65d2 ("global: Move remaining CONFIG_SYS_* to CFG_SYS_*") renamed CONFIG_SYS_UBOOT_START to CFG_SYS_UBOOT_START. Unfortunately, this meant that the value was no longer available to the Makefile. This caused imxrt to fail to boot. All the other boards that used this variable were unaffected because they were using the default value which is CONFIG_TEXT_BASE. This commit converts CFG_SYS_UBOOT_START to Kconfig and sets the default value to CONFIG_TEXT_BASE. Suggested-by: Marek Vasut <marek.vasut+renesas@gmail.com> Suggested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/imxrt1050-evk.h')
-rw-r--r--include/configs/imxrt1050-evk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/imxrt1050-evk.h b/include/configs/imxrt1050-evk.h
index 7688464..2af2dde 100644
--- a/include/configs/imxrt1050-evk.h
+++ b/include/configs/imxrt1050-evk.h
@@ -25,10 +25,4 @@
"stderr=serial,vidconsole\0"
#endif
-/*
- * Configuration of the external SDRAM memory
- */
-
-#define CFG_SYS_UBOOT_START 0x800023FD
-
#endif /* __IMXRT1050_EVK_H */