Re: [PATCH v5 2/3] sunxi: Support SPL in both eGON and TOC0 images

2022-04-04 Thread Andre Przywara
On Fri, 18 Mar 2022 00:00:44 -0500 Samuel Holland wrote: Hi, > SPL uses the image header to detect the boot device and to find the > offset of the next U-Boot stage. Since this information is stored > differently in the eGON and TOC0 image headers, add code to find the > correct value based on t

[PATCH v5 2/3] sunxi: Support SPL in both eGON and TOC0 images

2022-03-17 Thread Samuel Holland
SPL uses the image header to detect the boot device and to find the offset of the next U-Boot stage. Since this information is stored differently in the eGON and TOC0 image headers, add code to find the correct value based on the image type currently in use. Signed-off-by: Samuel Holland --- Cha