Re: [PATCH 2/2] common/avb_verify.c: Make use of LBAF for printing lbaint_t

2025-07-03 Thread Sam Protsenko
On Tue, Jul 1, 2025 at 8:06 PM Tom Rini wrote: > > When printing the contents of an lbaint_t variable we need to use LBAF > to print it in order to get the correct format type depending on 32 or > 64bit-ness. > > Signed-off-by: Tom Rini > --- > Cc: Mattijs Korpershoek > Cc: Igor Opaniuk > Cc: S

Re: [PATCH 2/2] common/avb_verify.c: Make use of LBAF for printing lbaint_t

2025-07-02 Thread Mattijs Korpershoek
Hi Tom, Thank you for the patch. On Tue, Jul 01, 2025 at 19:06, Tom Rini wrote: > When printing the contents of an lbaint_t variable we need to use LBAF > to print it in order to get the correct format type depending on 32 or > 64bit-ness. > > Signed-off-by: Tom Rini Reviewed-by: Mattijs Korp

[PATCH 2/2] common/avb_verify.c: Make use of LBAF for printing lbaint_t

2025-07-01 Thread Tom Rini
When printing the contents of an lbaint_t variable we need to use LBAF to print it in order to get the correct format type depending on 32 or 64bit-ness. Signed-off-by: Tom Rini --- Cc: Mattijs Korpershoek Cc: Igor Opaniuk Cc: Sam Protsenko --- common/avb_verify.c | 4 ++-- 1 file changed, 2