diff options
| author | Dhruva Gole <[email protected]> | 2024-06-18 10:19:45 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-26 09:55:25 -0600 |
| commit | a733ca1b2802ee7958dabbe1e6c467508778a05c (patch) | |
| tree | 3c737851056a38a2d9b701fde67578453f90f222 | |
| parent | 4f22b20a8bb31fee82475e2eea75f995983bc72b (diff) | |
arm: dts: k3-am625-beagleplay: Add symlinks for tiboot3 and tispl
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 <[email protected]>
Signed-off-by: Dhruva Gole <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 1 | ||||
| -rw-r--r-- | arch/arm/dts/k3-am625-r5-beagleplay.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi b/arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi index 1766adc5d4c..467cac68d0f 100644 --- a/arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi +++ b/arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi @@ -80,6 +80,7 @@ ti-spl_unsigned { filename = "tispl.bin_unsigned"; + symlink = "tispl.bin"; pad-byte = <0xff>; fit { diff --git a/arch/arm/dts/k3-am625-r5-beagleplay.dts b/arch/arm/dts/k3-am625-r5-beagleplay.dts index 162d4800b17..f0b66f0cb94 100644 --- a/arch/arm/dts/k3-am625-r5-beagleplay.dts +++ b/arch/arm/dts/k3-am625-r5-beagleplay.dts @@ -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>; |
