mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
arm: dts: k3: am62x/am62px: Enable tifs-rm-cfg in binman
Add rcfg_yaml_tifs node override to use tifs-rm-cfg.yaml instead of the default rm-cfg.yaml for am625-sk and am62p-sk platforms. This enables binman to include the tifs-rm-cfg.yaml configuration when building tiboot3 images, bringing these platforms in line with other K3 devices like am62a-sk that already use tifs-rm-cfg.yaml. This builds on the tifs-rm-cfg files added/updated earlier in this series. Signed-off-by: Sparsh Kumar <sparsh-kumar@ti.com> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
#ifdef CONFIG_TARGET_AM625_R5_EVM
|
||||
|
||||
&rcfg_yaml_tifs {
|
||||
config = "tifs-rm-cfg.yaml";
|
||||
};
|
||||
|
||||
&binman {
|
||||
tiboot3-am62x-hs-evm.bin {
|
||||
filename = "tiboot3-am62x-hs-evm.bin";
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
|
||||
#if IS_ENABLED(CONFIG_TARGET_AM62P5_R5_EVM)
|
||||
|
||||
&rcfg_yaml_tifs {
|
||||
config = "tifs-rm-cfg.yaml";
|
||||
};
|
||||
|
||||
&binman {
|
||||
tiboot3-am62px-hs-fs-evm.bin {
|
||||
filename = "tiboot3-am62px-hs-fs-evm.bin";
|
||||
|
||||
Reference in New Issue
Block a user