Re: [PATCH 1/2] bootm: adjust the print format

2024-10-02 Thread Tom Rini
On Sun, 25 Aug 2024 14:26:07 +0200, Dario Binacchi wrote: > All three addresses printed are in hexadecimal format, but only the > first two have the "0x" prefix. The patch aligns the format of the > "end" address with the other two by adding the "0x" prefix. > > Applied to u-boot/next, thanks!

Re: [PATCH 1/2] bootm: adjust the print format

2024-09-26 Thread Dario Binacchi
Hello Tom, On Mon, Aug 26, 2024 at 5:01 PM Tom Rini wrote: > > On Mon, Aug 26, 2024 at 02:26:10PM +0100, Caleb Connolly wrote: > > > > > > On 25/08/2024 19:36, E Shattow wrote: > > > On Sun, Aug 25, 2024 at 5:26 AM Dario Binacchi > > > wrote: > > > > > > > > All three addresses printed are in he

Re: [PATCH 1/2] bootm: adjust the print format

2024-08-26 Thread Simon Glass
Hi, On Sun, 25 Aug 2024 at 12:36, E Shattow wrote: > > On Sun, Aug 25, 2024 at 5:26 AM Dario Binacchi > wrote: > > > > All three addresses printed are in hexadecimal format, but only the > > first two have the "0x" prefix. The patch aligns the format of the > > "end" address with the other two b

Re: [PATCH 1/2] bootm: adjust the print format

2024-08-26 Thread Tom Rini
On Mon, Aug 26, 2024 at 02:26:10PM +0100, Caleb Connolly wrote: > > > On 25/08/2024 19:36, E Shattow wrote: > > On Sun, Aug 25, 2024 at 5:26 AM Dario Binacchi > > wrote: > > > > > > All three addresses printed are in hexadecimal format, but only the > > > first two have the "0x" prefix. The pat

Re: [PATCH 1/2] bootm: adjust the print format

2024-08-26 Thread Caleb Connolly
On 25/08/2024 19:36, E Shattow wrote: On Sun, Aug 25, 2024 at 5:26 AM Dario Binacchi wrote: All three addresses printed are in hexadecimal format, but only the first two have the "0x" prefix. The patch aligns the format of the "end" address with the other two by adding the "0x" prefix. Sig

Re: [PATCH 1/2] bootm: adjust the print format

2024-08-25 Thread Mattijs Korpershoek
Hi Dario, Thank you for the patch. On dim., août 25, 2024 at 14:26, Dario Binacchi wrote: > All three addresses printed are in hexadecimal format, but only the > first two have the "0x" prefix. The patch aligns the format of the > "end" address with the other two by adding the "0x" prefix. > >

Re: [PATCH 1/2] bootm: adjust the print format

2024-08-25 Thread E Shattow
On Sun, Aug 25, 2024 at 5:26 AM Dario Binacchi wrote: > > All three addresses printed are in hexadecimal format, but only the > first two have the "0x" prefix. The patch aligns the format of the > "end" address with the other two by adding the "0x" prefix. > > Signed-off-by: Dario Binacchi > ---

[PATCH 1/2] bootm: adjust the print format

2024-08-25 Thread Dario Binacchi
All three addresses printed are in hexadecimal format, but only the first two have the "0x" prefix. The patch aligns the format of the "end" address with the other two by adding the "0x" prefix. Signed-off-by: Dario Binacchi --- boot/bootm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)