Skip to content
Commit 6ab77bb1 authored by Jesse Taube's avatar Jesse Taube Committed by Tom Rini
Browse files

Convert CFG_SYS_UBOOT_START to Kconfig



Commit 65cc0e2a ("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: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
Suggested-by: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarJesse Taube <Mr.Bossman075@gmail.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 90c81f40
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment