Re: [PATCH v2 2/5] image: Show the load address when decompressing

2023-11-14 Thread Tom Rini
On Sat, Nov 11, 2023 at 08:49:54PM -0700, Simon Glass wrote: > The destination address for decompression (or copying) is useful > information. Show this to the user while booting, e.g.: > >Uncompressing Kernel Image (no loading done) to 208 > > Signed-off-by: Simon Glass Reviewed-by: T

[PATCH v2 2/5] image: Show the load address when decompressing

2023-11-11 Thread Simon Glass
The destination address for decompression (or copying) is useful information. Show this to the user while booting, e.g.: Uncompressing Kernel Image (no loading done) to 208 Signed-off-by: Simon Glass --- (no changes since v1) boot/image.c | 13 + 1 file changed, 9 insertion