[PATCH v10 02/15] FWU: Add FWU metadata structure and driver for accessing metadata

Sughosh Ganu sughosh.ganu at linaro.org
Mon Sep 19 14:39:14 CEST 2022


On Mon, 19 Sept 2022 at 06:03, Jassi Brar <jaswinder.singh at linaro.org> wrote:
>
> On Thu, 15 Sept 2022 at 03:15, Sughosh Ganu <sughosh.ganu at linaro.org> wrote:
> ....
> > +/**
> > + * fwu_get_active_index() - Get active_index from the FWU metadata
> > + * @active_idxp: active_index value to be read
> > + *
> > + * Read the active_index field from the FWU metadata and place it in
> > + * the variable pointed to be the function argument.
> > + *
> > + * Return: 0 if OK, -ve on error
> > + *
> > + */
> > +int fwu_get_active_index(u32 *active_idxp);
> > +
> Bank index is u32 here and uint in fwu_update_active_index(), so  s/u32/uint ?

Will change. Thanks.

-sughosh


More information about the U-Boot mailing list