K3: Update to latest U-Boot v2025.01

Now that upstream U-Boot has support for building K3 boot artifacts
we can drop using the ti-u-boot fork. Switch to v2025.01 and
adjust file names and add new dependencies as needed.
This commit is contained in:
Andrew Davis
2025-01-28 09:59:57 -06:00
committed by Igor
parent f9b62ef712
commit f98216d2c3
3 changed files with 15 additions and 9 deletions

View File

@@ -4,4 +4,4 @@ finduuid=part uuid \${boot} 1:2 uuid
name_rd=uInitrd
get_rd_mmc=load mmc ${bootpart} ${rdaddr} ${bootdir}/${name_rd}
uenvcmd=run get_rd_${boot}; env set rd_spec ${rdaddr}:${filesize}
uenvcmd=run get_rd_${boot}; env set rd_spec ${rdaddr}:${filesize}; setexpr fdtfile sub ti/ti ti; run bootcmd_ti_mmc