
12 Jan
2021
12 Jan
'21
4:36 a.m.
On 1/11/21 2:11 PM, Jernej Skrabec wrote:
From: Andre Przywara andre.przywara@arm.com
H616 supports and needs bigger SPL than 32 KiB, mostly due to big DRAM driver and need for PMIC configuration, which pulls several drivers which are not needed otherwise.
spl_mmc_get_uboot_raw_sector() will now compare pre-configured size with that, reported in SPL header. If size in header is bigger, it will use that value instead.
In the process of function rework, also add missing function argument.
Reviewed-by: Samuel Holland samuel@sholland.org
Cheers, Samuel