summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-26 13:09:16 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2023-05-27 00:01:17 -0500
commite9a5fe0b4d42895912ec6ba285f570455dea19d7 (patch)
treea0b6eeeb0cefdb451de1c65a9dff7a212fc033a5
parent5ef9886863dc2e661f95771c330eaf839a07978e (diff)
arm: dts: k3-am65x: binman: Name tiboot3.bin to match other K3 platforms
Although this is not strictly needed as the tiboot3.bin file on AM65x does not contain SYSFW like other platforms, renaming this way matches the others and helps simplify integration layers. A symlink is added to keep the default for AM65x as GP. Signed-off-by: Andrew Davis <afd@ti.com>
-rw-r--r--arch/arm/dts/k3-am65x-binman.dtsi9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/dts/k3-am65x-binman.dtsi b/arch/arm/dts/k3-am65x-binman.dtsi
index a07ba29aa69..86c2f537b90 100644
--- a/arch/arm/dts/k3-am65x-binman.dtsi
+++ b/arch/arm/dts/k3-am65x-binman.dtsi
@@ -8,8 +8,8 @@
#ifdef CONFIG_TARGET_AM654_R5_EVM
&binman {
- tiboot3 {
- filename = "tiboot3.bin";
+ tiboot3-am65x_sr2-hs-evm.bin {
+ filename = "tiboot3-am65x_sr2-hs-evm.bin";
ti-secure-rom {
content = <&u_boot_spl>;
core = "public";
@@ -117,8 +117,9 @@
};
&binman {
- tiboot3_unsigned {
- filename = "tiboot3.bin_unsigned";
+ tiboot3-am65x-gp-evm.bin {
+ filename = "tiboot3-am65x-gp-evm.bin";
+ symlink = "tiboot3.bin";
ti-secure-rom {
content = <&u_boot_spl_unsigned>;
core = "public";