Re: [PATCH] board: ti: sec-cfg.yaml: Fix OTP write_host_id order

2025-05-09 Thread Tom Rini
On Mon, 05 May 2025 12:46:01 -0500, Andrew Davis wrote: > 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

[PATCH] board: ti: sec-cfg.yaml: Fix OTP write_host_id order

2025-05-05 Thread Andrew Davis
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-