Re: [U-Boot] [PATCH 3/3] armv7R: K3: am654: Fix order of debug elements in x509 template

2019-02-03 Thread Lokesh Vutla
On 02/02/19 2:34 AM, Andrew F. Davis wrote: > 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 Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh

Re: [U-Boot] [PATCH 3/3] armv7R: K3: am654: Fix order of debug elements in x509 template

2019-02-02 Thread Tom Rini
On Fri, Feb 01, 2019 at 03:04:58PM -0600, Andrew F. Davis wrote: > 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 Reviewed-by: Tom Rini -- Tom signature.asc

[U-Boot] [PATCH 3/3] armv7R: K3: am654: Fix order of debug elements in x509 template

2019-02-01 Thread Andrew F. Davis
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 --- tools/k3_x509template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/k3_x509template.txt