commit | bc4147ab2d698bf7375a10af73ce34d76129edff | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Aug 26 17:33:50 2014 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 16:56:40 2014 -0600 |
tree | a5e205438538b11f1c36b4771764e70034270a30 | |
parent | a84c8107d9b050fe8a31220d28588abfc2d99aee [diff] |
fdt: Add a function to count strings Given a device tree node and a property name, the fdt_count_strings() function counts the number of strings found in the property value. Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>