Files
u-boot/include
Roger Quadros 06377c5a1f spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard
OMAP3 BeagleBoard NAND boot hangs when spl_load_legacy_img() tries
to read the header into 'struct hdr' which is allocated on the
stack.

As the header has already been read once before by spl_nand.c,
we can avoid the extra header allocation and read here by
simply passing around the pointer to the header.

This fixes NAND boot on OMAP3 BeagleBoard.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Reviewed-By: Michael Trimarchi <michael@amarulasolutions.com>
2022-10-26 15:20:47 -04:00
..
2022-09-29 16:07:57 -04:00
2022-09-24 10:47:01 -04:00
2022-09-29 16:07:57 -04:00
2022-09-29 16:07:58 -04:00
2022-10-18 09:32:53 +08:00
2022-09-16 11:05:16 -04:00
2022-10-21 16:04:39 -04:00
2022-10-21 16:04:39 -04:00
2022-09-13 12:08:40 -04:00
2022-10-16 12:23:22 +02:00
2022-09-24 10:47:01 -04:00
2022-09-18 10:26:49 +02:00