commit | 4020ce072a858b541e749c3c3763ac31fa901e31 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Tue Feb 28 19:19:16 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 29 11:58:26 2023 -0400 |
tree | 451a47a7eeb415a67226790d508f535f970d7b3e | |
parent | cf422ca94f5dde646a58500ec574333aef7a063d [diff] |
tools: Add script for converting public key into device tree include Allows to create a public key device tree dtsi for inclusion into U-Boot SPL and proper during first build already. This can be achieved via CONFIG_DEVICE_TREE_INCLUDES. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>