Home
last modified time | relevance | path

Searched hist:"5094 eb408a5de69cce8e6bc5564fda10eb79eba0" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_ro.c5094eb408a5de69cce8e6bc5564fda10eb79eba0 Tue Aug 26 15:33:52 UTC 2014 Thierry Reding <treding@nvidia.com> fdt: Add functions to retrieve strings

Given a device tree node, a property name and an index, the new function
fdt_get_string_index() will return in an output argument a pointer to
the index'th string in the property's value.

The fdt_get_string() is a shortcut for the above with the index being 0.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>