aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mt7620.h
diff options
context:
space:
mode:
authorJesse Taube2023-08-24 21:59:48 -0400
committerTom Rini2023-09-30 15:24:43 -0400
commit6ab77bb14f61906b7ce0c486ebe46dbeab0502f3 (patch)
tree37c581bbcb412aecf5394bc7bf8407f7e9e78b1d /include/configs/mt7620.h
parent90c81f407dd4a7747385b10f9b8f732202c45cde (diff)
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/mt7620.h')
-rw-r--r--include/configs/mt7620.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mt7620.h b/include/configs/mt7620.h
index d69d35fa96c..3bc0c18a1e5 100644
--- a/include/configs/mt7620.h
+++ b/include/configs/mt7620.h
@@ -12,9 +12,6 @@
#define CFG_SYS_INIT_SP_OFFSET 0x400000
-/* SPL */
-#define CFG_SYS_UBOOT_START CONFIG_TEXT_BASE
-
/* Dummy value */
#define CFG_SYS_UBOOT_BASE 0