Hi Simon,

On 8/16/2022 1:42 PM, Simon Glass wrote:
[...]

Reviewed-by: Simon Glass <s...@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

Reply via email to