commit | 7c3998351881beb7fb2ea039fa7c4482f94a5ba0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 05 17:25:10 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 13:12:15 2025 -0600 |
tree | 624c096808bd48231ecc22ea345ecb1d462f7a2e | |
parent | 5047fcc61b203cfc53a6e7c477c888831cba3d5a [diff] |
boot: Support booti format in bootm 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@chromium.org>