[PATCH v2 4/5] board: nxp: imx9{4,5}_evk: Add qb save option in SPL

Marek Vasut marex at nabladev.com
Tue Mar 17 13:47:47 CET 2026


On 3/17/26 1:40 PM, Simona Toaca wrote:
> On Mon, Mar 16, 2026 at 01:22:55PM +0100, Marek Vasut wrote:
>> On 3/16/26 9:15 AM, Simona Toaca (OSS) wrote:
>>
>> [...]
>>
>>> +++ b/arch/arm/mach-imx/imx9/qb.c
>>> @@ -428,3 +428,12 @@ int qb(int qb_dev, int qb_bootdev, bool save)
>>>    	return 0;
>>>    }
>>> +
>>> +void spl_qb_save(void)
>>> +{
>>> +	int dev = spl_boot_device();
>>> +
>>> +	/* Save QB data on current boot device */
>>> +	if (qb(dev, dev, true))
>>> +		printf("QB save failed\n");
>>> +}
>>
>> Should be in 1/5 ?
>>
> 
> I thought it would make sense that all the SPL-related changes should be in
> a separate patch.

This is a board patch, which modifies common code. That shouldn't be 
happening.

[...]


More information about the U-Boot mailing list