]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Convert CFG_SYS_UBOOT_START to Kconfig
authorJesse Taube <mr.bossman075@gmail.com>
Fri, 25 Aug 2023 01:59:48 +0000 (21:59 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 30 Sep 2023 19:24:43 +0000 (15:24 -0400)
commit6ab77bb14f61906b7ce0c486ebe46dbeab0502f3
tree37c581bbcb412aecf5394bc7bf8407f7e9e78b1d
parent90c81f407dd4a7747385b10f9b8f732202c45cde
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>
19 files changed:
Kconfig
Makefile
arch/arm/mach-k3/config_secure.mk
arch/arm/mach-omap2/config_secure.mk
common/spl/spl.c
common/spl/spl_fit.c
configs/imxrt1020-evk_defconfig
configs/imxrt1050-evk_defconfig
configs/imxrt1170-evk_defconfig
include/configs/gardena-smart-gateway-mt7688.h
include/configs/imxrt1020-evk.h
include/configs/imxrt1050-evk.h
include/configs/imxrt1170-evk.h
include/configs/linkit-smart-7688.h
include/configs/mt7620.h
include/configs/mt7628.h
include/configs/mt8512.h
include/configs/vocore2.h
include/spl.h