]> git.ipfire.org Git - thirdparty/u-boot.git/commit
bootm: Support kernel_noload with compression
authorSimon Glass <sjg@chromium.org>
Sun, 19 Nov 2023 14:43:34 +0000 (07:43 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 15 Dec 2023 14:41:38 +0000 (09:41 -0500)
commit69544c4fd8b1e77e00403e9a6cba7e2d7bb3ff68
tree23694b6a44f4b29386894860b7d082864685c272
parentbb07cdb19194bd141f7c3c631eddd4bfaf651e4d
bootm: Support kernel_noload with compression

It is not currently possible to execute the kernel in-place without
loading it. Use lmb to allocate memory for it.

Co-developed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
boot/bootm.c