commit | b02e4044ff8ee1f6ac83917a39514172a9b449fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 02 17:59:28 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 13 13:54:10 2016 -0600 |
tree | d8f1e23e27364854c39a6592958382d5bdc1ef62 | |
parent | 9c07b9877cf07a1a971a79ed7c2369a58c0baca2 [diff] |
libfdt: Bring in upstream stringlist functions These have now landed upstream. The naming is different and in one case the function signature has changed. Update the code to match. This applies the following upstream commits by Thierry Reding <treding@nvidia.com> : 604e61e fdt: Add functions to retrieve strings 8702bd1 fdt: Add a function to get the index of a string 2218387 fdt: Add a function to count strings Signed-off-by: Simon Glass <sjg@chromium.org>