commit | 59f0c4d38376d33de78e9d9d058067106010cb39 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 19 07:43:32 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 15 09:41:38 2023 -0500 |
tree | 4964d4e46523115a783af6baf60141fab8a569f2 | |
parent | 8938a62141b40cb3fcf2e326442aeab6a7266c81 [diff] |
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>