commit | d81d96901eacfc9ffbe7c26a8d9b55d02b3fcb0c | [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 | f2100f6f77212e2a5b3db165e84eed911be5c3f6 [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>