]> git.sur5r.net Git - u-boot/commit
libfdt: Drop inlining of fdt_path_offset()
authorSimon Glass <sjg@chromium.org>
Sun, 2 Oct 2016 23:59:30 +0000 (17:59 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Oct 2016 20:12:40 +0000 (14:12 -0600)
commit42b7600d62ae288a8c12431d232b89b26ec61721
treea2253e2280d8f2df7a60099cc117d7caf2d2c1bf
parentdf87e6b1b815ae3484ea2aa7c53b90af382eae1b
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>
include/libfdt.h
lib/libfdt/fdt_ro.c