diff options
| author | Tom Rini <[email protected]> | 2026-05-29 14:23:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-29 14:23:01 -0600 |
| commit | 9f00cec3d834f259a22eaca3e1e1f74365509aec (patch) | |
| tree | e7c57f05ec9d0a1782a9eed018bb35fef9bc66df /arch | |
| parent | b40fee4d6d65cfcff487f88b6b6dd194285f3ac8 (diff) | |
| parent | 6e8d82b9e9bd3418614a884a1cbc2dbda6ca4e64 (diff) | |
Merge patch series "board: phytec: Update rm-cfgs, env and docs"
Wadim Egorov <[email protected]> says:
This is a small updates across all K3 based phytec SoMs.
Update docs, rm-cfg yaml files and drop rauc environment.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/k3-am625-phycore-som-binman.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am625-phycore-som-binman.dtsi b/arch/arm/dts/k3-am625-phycore-som-binman.dtsi index 5e777a1f305..0499c719396 100644 --- a/arch/arm/dts/k3-am625-phycore-som-binman.dtsi +++ b/arch/arm/dts/k3-am625-phycore-som-binman.dtsi @@ -9,6 +9,11 @@ #include "k3-binman.dtsi" #ifdef CONFIG_TARGET_PHYCORE_AM62X_R5 + +&rcfg_yaml_tifs { + config = "tifs-rm-cfg.yaml"; +}; + &binman { tiboot3-am62x-hs-phycore-som.bin { filename = "tiboot3-am62x-hs-phycore-som.bin"; |
