]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am625-beagleplay: Add symlinks for tiboot3 and tispl
authorDhruva Gole <d-gole@ti.com>
Tue, 18 Jun 2024 04:49:45 +0000 (10:19 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jun 2024 15:55:25 +0000 (09:55 -0600)
Add symlinks for both tiboot3.bin and tispl.bin because a user has to
anyway rename these files to get the platform to boot up.
This just makes it more intuitive and convenient.

Reviewed-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Dhruva Gole <d-gole@ti.com>
arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi
arch/arm/dts/k3-am625-r5-beagleplay.dts

index 1766adc5d4c138ac3211cfb19061f461bc177560..467cac68d0f6f65a8e13ecf718a884344c87410f 100644 (file)
@@ -80,6 +80,7 @@
 
        ti-spl_unsigned {
                filename = "tispl.bin_unsigned";
+               symlink = "tispl.bin";
                pad-byte = <0xff>;
 
                fit {
index 162d4800b179212e018d2b6236d4fe4b53194eda..f0b66f0cb945a6920d470f66f9b5a5ecc1ab10ee 100644 (file)
@@ -79,6 +79,7 @@
 &binman {
        tiboot3-am62x-gp-evm.bin {
                filename = "tiboot3-am62x-gp-evm.bin";
+               symlink = "tiboot3.bin";
                ti-secure-rom {
                        content = <&u_boot_spl_unsigned>, <&ti_fs_gp>,
                                <&combined_tifs_cfg_gp>, <&combined_dm_cfg_gp>;