commit | 74486de19b7263a555db9965b5ae7d8759c4df35 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Mon May 05 12:46:01 2025 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri May 09 15:10:33 2025 -0600 |
tree | 2926bb16471dc7257a16480e09208d9de2c9cdd6 | |
parent | d00948ce31ed7b0d0d4df2c5e22e6ad3569edc1a [diff] |
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>