aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2019-03-25 14:52:47 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2019-03-25 14:52:47 +1100
commiteac2ad495b29f15d78daa2a7226653f36515cd7a (patch)
tree6ed34d0c3419d747a31a20718954c3e5908b9af2
parentf67b47135523863c17a4af55d31de8f47d672834 (diff)
downloaddtc-eac2ad495b29f15d78daa2a7226653f36515cd7a.zip
dtc-eac2ad495b29f15d78daa2a7226653f36515cd7a.tar.gz
dtc-eac2ad495b29f15d78daa2a7226653f36515cd7a.tar.bz2
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>
-rw-r--r--libfdt/version.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/libfdt/version.lds b/libfdt/version.lds
index 9f5d708..a5fe62d 100644
--- a/libfdt/version.lds
+++ b/libfdt/version.lds
@@ -66,6 +66,10 @@ LIBFDT_1.2 {
fdt_resize;
fdt_overlay_apply;
fdt_get_string;
+ fdt_get_max_phandle;
+ fdt_check_full;
+ fdt_setprop_placeholder;
+ fdt_property_placeholder;
local:
*;
};