[PATCH v3 16/46] boot: Support booti format in bootm
Simon Glass
sjg at chromium.org
Fri Dec 20 05:06:19 CET 2024
At present the booti format is handled separately, in its own command.
Provide a way to boot uncompressed booti images within the bootm code,
so that eventually we can boot these images without CONFIG_CMDLINE
Update bootm_init() to attach the images for all formats which use them.
Add some debugging while we are here.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- Add new patch to support booti format in bootm
boot/bootm.c | 42 +++++++++++++++++++++++++++++++++++++++++-
include/image.h | 2 +-
2 files changed, 42 insertions(+), 2 deletions(-)
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list