commit | a3123095c5ef12b0eab7ff13ac98348fa0397dae | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Apr 15 10:08:20 2019 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 23 20:26:43 2019 -0600 |
tree | 8caa202a32ec5f9bc121180dc8b3f6444c314080 | |
parent | 85bddff7f90d4504774e56542c1c55f20d33464a [diff] |
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>