mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
libfdt: add stringlist functions to linker script
The fdt_stringlist_count, fdt_stringslist_search, and fdt_stringlist_get are added to the libfdt linker script as global symbols Signed-off-by: Reiner Huober <reiner.huober@nokia.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
b1a60033c1
commit
48c91c08bc
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ LIBFDT_1.2 {
|
|||
fdt_address_cells;
|
||||
fdt_size_cells;
|
||||
fdt_stringlist_contains;
|
||||
fdt_stringlist_count;
|
||||
fdt_stringlist_search;
|
||||
fdt_stringlist_get;
|
||||
fdt_resize;
|
||||
fdt_overlay_apply;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue