mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
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>
This commit is contained in:
parent
804a9db90a
commit
5ce8634733
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ LIBFDT_1.2 {
|
||||||
fdt_size_cells;
|
fdt_size_cells;
|
||||||
fdt_stringlist_contains;
|
fdt_stringlist_contains;
|
||||||
fdt_resize;
|
fdt_resize;
|
||||||
|
fdt_overlay_apply;
|
||||||
|
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue