mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	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 <m-chawdhry@ti.com> Signed-off-by: Dhruva Gole <d-gole@ti.com>
This commit is contained in:
		| @@ -80,6 +80,7 @@ | |||||||
|  |  | ||||||
| 	ti-spl_unsigned { | 	ti-spl_unsigned { | ||||||
| 		filename = "tispl.bin_unsigned"; | 		filename = "tispl.bin_unsigned"; | ||||||
|  | 		symlink = "tispl.bin"; | ||||||
| 		pad-byte = <0xff>; | 		pad-byte = <0xff>; | ||||||
|  |  | ||||||
| 		fit { | 		fit { | ||||||
|   | |||||||
| @@ -79,6 +79,7 @@ | |||||||
| &binman { | &binman { | ||||||
| 	tiboot3-am62x-gp-evm.bin { | 	tiboot3-am62x-gp-evm.bin { | ||||||
| 		filename = "tiboot3-am62x-gp-evm.bin"; | 		filename = "tiboot3-am62x-gp-evm.bin"; | ||||||
|  | 		symlink = "tiboot3.bin"; | ||||||
| 		ti-secure-rom { | 		ti-secure-rom { | ||||||
| 			content = <&u_boot_spl_unsigned>, <&ti_fs_gp>, | 			content = <&u_boot_spl_unsigned>, <&ti_fs_gp>, | ||||||
| 				<&combined_tifs_cfg_gp>, <&combined_dm_cfg_gp>; | 				<&combined_tifs_cfg_gp>, <&combined_dm_cfg_gp>; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user