libfdt: Add fdt_overlay_apply to the exported symbols
fdt_overlay_apply was not usable in the shared library. Export it to allow its use. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>main
parent
804a9db90a
commit
5ce8634733
|
@ -61,6 +61,7 @@ LIBFDT_1.2 {
|
|||
fdt_size_cells;
|
||||
fdt_stringlist_contains;
|
||||
fdt_resize;
|
||||
fdt_overlay_apply;
|
||||
|
||||
local:
|
||||
*;
|
||||
|
|
Loading…
Reference in New Issue