
16 Aug
2022
16 Aug
'22
11:40 p.m.
Hi Simon,
On 8/16/2022 1:42 PM, Simon Glass wrote:
[...]
Reviewed-by: Simon Glass sjg@chromium.org
Thanks for your review!
[...]
int fru_display(int verbose); -int fru_capture(unsigned long addr); -int fru_generate(unsigned long addr, int argc, char *const argv[]); +int fru_capture(const void *addr); +int fru_generate(const void *addr, int argc, char *const argv[]);
Please add proper comments to these here.
Sure. I'll add comments to describe these prototypes in the next spin.
Thanks, Jae