[U-Boot] [PATCH 1/2] fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()
Simon Glass
sjg at chromium.org
Tue May 7 03:52:00 UTC 2019
Hi Thierry,
On Thu, 25 Apr 2019 at 07:25, Thierry Reding <thierry.reding at gmail.com> wrote:
>
> On Mon, Apr 15, 2019 at 10:08:20AM +0200, Thierry Reding wrote:
> > From: Thierry Reding <treding at nvidia.com>
> >
> > The fdt_setprop_u32() function does everything that we need, so we
> > really only use the function as a convenience wrapper, in which case it
> > can simply be a static inline function.
> >
> > Signed-off-by: Thierry Reding <treding at nvidia.com>
> > ---
> > include/fdtdec.h | 5 ++++-
> > lib/fdtdec.c | 7 -------
> > 2 files changed, 4 insertions(+), 8 deletions(-)
>
> Hi Simon,
>
> gentle reminder on these. These are the two follow-up patches that you
> had suggested I make on top of the other fdtdec series that you applied
> a couple of weeks ago.
I think this is applied now?
Regards,
Simon
More information about the U-Boot
mailing list