Files
u-boot/cmd
Simon Glass 4a03fbc8bb boot: Add missing code for bootz_run()
The bootz method is special in that it uses its own implementation of
several of the bootm states.

The existing do_bootz() function calls bootz_run() but first does a few
other things. These are missing in the direct call to bootz_run(). I
probably missed this because bootz_start() sets up its own
struct bootm_info so I assumed it was independent. While the struct
itself is independent, changes to the images member (which is a pointer)
persist.

Move the required code into bootz_run()

This change was manually tested on an rpi2 with postmarketOS added,
using standard boot and also the 'bootz' command.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 47eda7e80e ("boot: pxe: Use bootm_...() functions where possible")
Reported-by: Svyatoslav Ryhel <clamor95@gmail.com>
Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # LG P895
2025-04-18 05:02:56 -06:00
..
2024-10-28 16:11:33 +08:00
2025-03-15 08:49:43 +00:00
2024-10-02 13:32:56 -06:00
2024-11-04 16:41:38 -06:00
2025-04-18 05:02:56 -06:00
2024-10-09 22:04:56 -06:00
2024-09-12 17:35:37 +02:00
2024-10-29 16:17:47 -06:00
2024-09-12 17:35:37 +02:00
2024-10-18 14:10:21 -06:00
2024-09-12 17:35:37 +02:00
2025-02-15 19:07:09 -07:00
2024-10-25 14:22:24 -06:00
2024-09-18 13:07:19 -06:00
2024-10-10 16:02:20 -06:00
2024-11-14 18:14:05 -06:00
2024-11-22 14:40:53 -06:00
2024-09-12 17:35:37 +02:00
2024-12-07 17:53:09 -07:00
2024-12-05 14:40:31 -07:00
2024-10-17 03:12:47 +02:00
2024-10-10 16:02:20 -06:00
2024-11-14 18:14:05 -06:00
2024-09-18 13:00:59 -06:00