mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user