On Wed, 2019-02-13 at 17:11 +0100, Marek Vasut wrote: > On 2/13/19 3:18 PM, [email protected] wrote: > > > > From: Tien Fong Chee <[email protected]> > > > > Adding some function declarations to the header file, so these > > functions can be referred by other C files. > > > > Signed-off-by: Tien Fong Chee <[email protected]> > > --- > > include/image.h | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/include/image.h b/include/image.h > > index 83a2d41..f839443 100644 > > --- a/include/image.h > > +++ b/include/image.h > > @@ -1041,6 +1041,10 @@ int fit_check_format(const void *fit); > > > > int fit_conf_find_compat(const void *fit, const void *fdt); > > int fit_conf_get_node(const void *fit, const char *conf_uname); > > +int fit_conf_get_prop_node_count(const void *fit, int noffset, > > + const char *prop_name); > > +int fit_conf_get_prop_node_index(const void *fit, int noffset, > > + const char *prop_name, int index); > Squash this patch with a patch adding those functions. Okay. > > > > > /** > > * fit_conf_get_prop_node() - Get node refered to by a > > configuration > > > _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot
- Re: [U-Boot] [PATCH v8 2/8] A... Chee, Tien Fong
- Re: [U-Boot] [PATCH v8 2/8] A... Marek Vasut
- Re: [U-Boot] [PATCH v8 2/8] A... Chee, Tien Fong
- [U-Boot] [PATCH v8 1/8] ARM: socfpga: Description on FP... tien . fong . chee
- Re: [U-Boot] [PATCH v8 1/8] ARM: socfpga: Descript... Marek Vasut
- Re: [U-Boot] [PATCH v8 1/8] ARM: socfpga: Desc... Chee, Tien Fong
- Re: [U-Boot] [PATCH v8 1/8] ARM: socfpga: ... Marek Vasut
- Re: [U-Boot] [PATCH v8 1/8] ARM: socfp... Chee, Tien Fong
- [U-Boot] [PATCH v8 3/8] fit: Add function declarations ... tien . fong . chee
- Re: [U-Boot] [PATCH v8 3/8] fit: Add function decl... Marek Vasut
- Re: [U-Boot] [PATCH v8 3/8] fit: Add function ... Chee, Tien Fong
- Re: [U-Boot] [PATCH v8 3/8] fit: Add function ... Chee, Tien Fong
- Re: [U-Boot] [PATCH v8 3/8] fit: Add funct... Marek Vasut
- Re: [U-Boot] [PATCH v8 3/8] fit: Add f... Chee, Tien Fong
- [U-Boot] [PATCH v8 4/8] ARM: socfpga: Add FPGA drivers ... tien . fong . chee
- Re: [U-Boot] [PATCH v8 4/8] ARM: socfpga: Add FPGA... Marek Vasut
- Re: [U-Boot] [PATCH v8 4/8] ARM: socfpga: Add ... Chee, Tien Fong
- Re: [U-Boot] [PATCH v8 4/8] ARM: socfpga: ... Marek Vasut
- Re: [U-Boot] [PATCH v8 4/8] ARM: socfp... Chee, Tien Fong
- Re: [U-Boot] [PATCH v8 4/8] ARM: socfp... Chee, Tien Fong
- Re: [U-Boot] [PATCH v8 4/8] ARM: ... Marek Vasut

