commit | 42b7600d62ae288a8c12431d232b89b26ec61721 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 02 17:59:30 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 13 14:12:40 2016 -0600 |
tree | a2253e2280d8f2df7a60099cc117d7caf2d2c1bf | |
parent | df87e6b1b815ae3484ea2aa7c53b90af382eae1b [diff] |
libfdt: Drop inlining of fdt_path_offset() The fdt_path_offset() function is not inlined in upstream libfdt. Adjust U-Boot's version to match. Signed-off-by: Simon Glass <sjg@chromium.org>