
15 Nov
2023
15 Nov
'23
11:37 p.m.
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 to mask the value on some machines.
The Android case here is bit strange, since it can use argv[0], so deal with that in the caller.
Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom