board: ti: sec-cfg.yaml: Fix OTP write_host_id order
authorAndrew Davis <afd@ti.com>
Mon, 5 May 2025 17:46:01 +0000 (12:46 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 9 May 2025 21:10:33 +0000 (15:10 -0600)
commitfeb55165233623648cb0a74953735b00ec6e322e
tree2926bb16471dc7257a16480e09208d9de2c9cdd6
parent285d265f7dcf7b5a8984d7015b07b2e86de91420
board: ti: sec-cfg.yaml: Fix OTP write_host_id order

The write_host_id is the last element here and order does matter. This
may have gone unnoticed before as by default all elements are 0, but
if this is updated to a different host, it will not work. Update
the order so write_host_id is the last element in all current secure
board configs.

Reported-by: Prashant Shivhare <p-shivhare@ti.com>
Signed-off-by: Andrew Davis <afd@ti.com>
15 files changed:
board/beagle/beagleplay/sec-cfg.yaml
board/beagle/beagley-ai/sec-cfg.yaml
board/phytec/phycore_am62ax/sec-cfg.yaml
board/phytec/phycore_am62x/sec-cfg.yaml
board/phytec/phycore_am64x/sec-cfg.yaml
board/ti/am62ax/sec-cfg.yaml
board/ti/am62px/sec-cfg.yaml
board/ti/am62x/sec-cfg.yaml
board/ti/am64x/sec-cfg.yaml
board/ti/am65x/sec-cfg.yaml
board/ti/j7200/sec-cfg.yaml
board/ti/j721s2/sec-cfg.yaml
board/ti/j722s/sec-cfg.yaml
board/ti/j784s4/sec-cfg.yaml
board/toradex/verdin-am62/sec-cfg.yaml