Hi Simon, On 7/21/24 5:25 PM, Simon Glass wrote:
At present spl_mmc_load() is the only caller of this function, passing it a boot_device, an index into the available MMC devices. Pass the device number instead, since it is known by the caller and simplifies the code.Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Sean Anderson <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]> Thanks! Quentin

