
On Mon, May 06, 2019 at 09:52:00PM -0600, Simon Glass wrote:
Hi Thierry,
On Thu, 25 Apr 2019 at 07:25, Thierry Reding thierry.reding@gmail.com wrote:
On Mon, Apr 15, 2019 at 10:08:20AM +0200, Thierry Reding wrote:
From: Thierry Reding treding@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@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?
Yes, I can see this in origin/master now.
Thierry