Merge patch series "Update envs to use Kconfig values"

Anshul Dalal <anshuld@ti.com> says:

Some minor fixes to K3's env to avoid using hardcoded addresses but
instead move to Kconfig symbols.

Link: https://lore.kernel.org/r/20260518-env_to_kconfig_migration-v1-0-24c8fba75ad3@ti.com
This commit is contained in:
Tom Rini
2026-05-29 14:04:00 -06:00
2 changed files with 5 additions and 6 deletions

View File

@@ -27,10 +27,6 @@ splashimage=0x82180000
splashpos=m,m
splashsource=sf
dfu_alt_info_ram=
tispl.bin ram 0x82000000 0x200000;
u-boot.img ram 0x82f80000 0x400000
#if CONFIG_BOOTMETH_ANDROID
#include <env/ti/android.env>
adtb_idx=0

View File

@@ -25,6 +25,9 @@ dfu_alt_info_ospi=
rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=
tispl.bin ram 0x80080000 0x200000;
u-boot.img ram 0x81000000 0x400000
#if CONFIG_ARM64
u-boot.img ram CONFIG_SPL_LOAD_FIT_ADDRESS 0x400000
#else
tispl.bin ram CONFIG_SPL_LOAD_FIT_ADDRESS 0x200000
#endif