mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
libfdt: add missing version symbols
These symbols were not added to the version script when they were added to libfdt. Signed-off-by: Brandon Maier <brandon.maier@collins.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
5e98b59793
commit
38165954c1
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ LIBFDT_1.2 {
|
|||
fdt_setprop_inplace_namelen_partial;
|
||||
fdt_create_with_flags;
|
||||
fdt_overlay_target_offset;
|
||||
fdt_get_symbol;
|
||||
fdt_get_symbol_namelen;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue