Re: [PATCH 17/29] bootm: Reduce arguments to boot_get_ramdisk()

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:09:02PM -0700, Simon Glass wrote: > This function normally only uses one argument so pass it in directly. > Move comments to the header file so could one day include these > functions in API docs. Fix up the u8 argument while here, since it > avoids the compiler having t

[PATCH 17/29] bootm: Reduce arguments to boot_get_ramdisk()

2023-11-11 Thread Simon Glass
This function normally only uses one argument so pass it in directly. Move comments to the header file so could one day include these functions in API docs. Fix up the u8 argument while here, since it avoids the compiler having to mask the value on some machines. The Android case here is bit stran