]> git.dujemihanovic.xyz Git - u-boot.git/commit
image: Show the load address when decompressing
authorSimon Glass <sjg@chromium.org>
Sun, 19 Nov 2023 14:43:32 +0000 (07:43 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 15 Dec 2023 14:41:38 +0000 (09:41 -0500)
commit30ad6366c0eef6dd7d8753e2d58d0bb5fe944a3a
tree4964d4e46523115a783af6baf60141fab8a569f2
parentcedcf38ffffed883de4c90f1465bed20678b6146
image: Show the load address when decompressing

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 2080000

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/image.c