board: ti: am62a: Add support for tifs-rm-cfg.yaml
According to latest supported configuration, we pick stripped down version of resource management config for AM62A (same as what is currently followed in J784S4). Add support for generating this config binary as well as packaging it into tiboot3.bin Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
This commit is contained in:
parent
422d3d7de0
commit
00c36d17da
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
#ifdef CONFIG_TARGET_AM62A7_R5_EVM
|
||||
|
||||
&rcfg_yaml_tifs {
|
||||
config = "tifs-rm-cfg.yaml";
|
||||
};
|
||||
|
||||
&binman {
|
||||
tiboot3-am62ax-hs-evm.bin {
|
||||
filename = "tiboot3-am62ax-hs-evm.bin";
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue