diff options
| author | Bin Meng <[email protected]> | 2020-03-11 22:46:28 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-03-13 10:28:11 +0530 |
| commit | baac7e066d1d1eabffa7f40ab7414c23b38b9fae (patch) | |
| tree | b3736e5fac351c4b25c40ce44efbc752bae0d5b4 /lib/utils/libfdt/version.lds | |
| parent | 0cfe49ad63f1b31ffcc5345b53e32017cce5357a (diff) | |
libfdt: Upgrade to v1.5.1 release
Sync with latest libfdt v1.5.1 release source codes.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/libfdt/version.lds')
| -rw-r--r-- | lib/utils/libfdt/version.lds | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/utils/libfdt/version.lds b/lib/utils/libfdt/version.lds index 9f5d7088..ae32924e 100644 --- a/lib/utils/libfdt/version.lds +++ b/lib/utils/libfdt/version.lds @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */ LIBFDT_1.2 { global: fdt_next_node; @@ -66,6 +67,15 @@ LIBFDT_1.2 { fdt_resize; fdt_overlay_apply; fdt_get_string; + fdt_find_max_phandle; + fdt_generate_phandle; + fdt_check_full; + fdt_setprop_placeholder; + fdt_property_placeholder; + fdt_header_size_; + fdt_appendprop_addrrange; + fdt_setprop_inplace_namelen_partial; + fdt_create_with_flags; local: *; }; |
