Files
u-boot/common/spl
Sean Anderson 6cc2182c84 spl: nor: Don't allocate header on stack
spl_image_info.name contains a reference to legacy_img_hdr. If we allocate
the latter on the stack, it will be clobbered after we return. This was
addressed for NAND back in 06377c5a1f ("spl: spl_legacy: Fix NAND boot on
OMAP3 BeagleBoard"), but that commit didn't fix NOR.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
2023-10-17 20:50:52 -04:00
..
2022-10-31 11:03:59 -04:00
2023-07-30 18:53:08 +02:00
2023-10-02 10:55:44 -04:00
2023-09-19 11:36:26 -04:00
2022-09-25 08:30:05 -06:00