mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
Update version.lds again
Yet again, we've added several functions to libfdt that were supposed to be exported, but forgotten to add them to the versio.lds script. This adds them. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
f67b471355
commit
eac2ad495b
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ LIBFDT_1.2 {
|
||||||
fdt_resize;
|
fdt_resize;
|
||||||
fdt_overlay_apply;
|
fdt_overlay_apply;
|
||||||
fdt_get_string;
|
fdt_get_string;
|
||||||
|
fdt_get_max_phandle;
|
||||||
|
fdt_check_full;
|
||||||
|
fdt_setprop_placeholder;
|
||||||
|
fdt_property_placeholder;
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue