diff options
| author | Tom Rini <[email protected]> | 2024-06-26 09:55:29 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-26 09:55:29 -0600 |
| commit | 5d9aca5e043084d08666f4f7a87a1d416d9d6421 (patch) | |
| tree | ee1f5e7552987241e94a80b1b11ba77ab5a34909 | |
| parent | 4f22b20a8bb31fee82475e2eea75f995983bc72b (diff) | |
| parent | f8e6bb60740b184f52389d3f64fc8ab695f25334 (diff) | |
Merge patch series "k3-am625-beagleplay: Add symlinks for tiboot3 and tispl"
Dhruva Gole <[email protected]> says:
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.
Also update the documentation to reflect above change.
| -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 | ||||
| -rw-r--r-- | doc/board/beagle/am62x_beagleplay.rst | 7 |
3 files changed, 5 insertions, 4 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>; diff --git a/doc/board/beagle/am62x_beagleplay.rst b/doc/board/beagle/am62x_beagleplay.rst index cdc610264e1..01f04beb55a 100644 --- a/doc/board/beagle/am62x_beagleplay.rst +++ b/doc/board/beagle/am62x_beagleplay.rst @@ -71,11 +71,10 @@ Set the variables corresponding to this platform: Target Images ------------- -Copy the below images to an SD card and boot: +Copy these images to an SD card and boot: -* tiboot3-am62x-gp-evm.bin from R5 build as tiboot3.bin -* tispl.bin_unsigned from Cortex-A build as tispl.bin -* u-boot.img_unsigned from Cortex-A build as u-boot.img +* tiboot3.bin from Cortex-R5 build. +* tispl.bin and u-boot.img from Cortex-A build Image formats ------------- |
