commit | 92ba09e2d9041c85c936e9d2f7c449f29864b544 | [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 | c7ae09b57977c628860812cdc39d34b641268a68 [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>