Browse Source

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
Maxime Ripard 8 years ago committed by David Gibson
parent
commit
5ce8634733
  1. 1
      libfdt/version.lds

1
libfdt/version.lds

@ -61,6 +61,7 @@ LIBFDT_1.2 { @@ -61,6 +61,7 @@ LIBFDT_1.2 {
fdt_size_cells;
fdt_stringlist_contains;
fdt_resize;
fdt_overlay_apply;

local:
*;

Loading…
Cancel
Save