diff options
author | Andrew F. Davis <afd@ti.com> | 2019-02-01 15:04:58 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-09 07:51:01 -0500 |
commit | 45b7f5b408181c7c5c9bbb01d258f9fa2a8825e5 (patch) | |
tree | 1b393ed2e7789af0834a0c329cf6ec997cf58dcd /tools/k3_x509template.txt | |
parent | 64176a8f5c24037b3b5b1a997f19304dff65bc97 (diff) | |
download | u-boot-45b7f5b408181c7c5c9bbb01d258f9fa2a8825e5.tar.gz |
armv7R: K3: am654: Fix order of debug elements in x509 template
The first element in the debug section is expected to be debugUID.
ROM will not parse this correctly when out of order, fix this here.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'tools/k3_x509template.txt')
-rw-r--r-- | tools/k3_x509template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/k3_x509template.txt b/tools/k3_x509template.txt index bd3a9ab056..f176ff3ad2 100644 --- a/tools/k3_x509template.txt +++ b/tools/k3_x509template.txt @@ -42,7 +42,7 @@ # salt = FORMAT:HEX,OCT:TEST_IMAGE_KEY_DERIVE_SALT [ debug ] + debugUID = FORMAT:HEX,OCT:0000000000000000000000000000000000000000000000000000000000000000 debugType = INTEGER:4 coreDbgEn = INTEGER:0 coreDbgSecEn = INTEGER:0 - debugUID = FORMAT:HEX,OCT:0000000000000000000000000000000000000000000000000000000000000000 |