]> git.baikalelectronics.ru Git - uboot.git/commit
fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()
authorThierry Reding <treding@nvidia.com>
Mon, 15 Apr 2019 08:08:20 +0000 (10:08 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Apr 2019 02:26:43 +0000 (20:26 -0600)
commit4092903b4c30df8ff8eacc7afe4a53576dfc1c5e
tree8caa202a32ec5f9bc121180dc8b3f6444c314080
parent20e8821273bf4f8c2d749250d67263b6d0238916
fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()

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
lib/fdtdec.c