You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
821 B

  1. From eac2ad495b29f15d78daa2a7226653f36515cd7a Mon Sep 17 00:00:00 2001
  2. From: David Gibson <david@gibson.dropbear.id.au>
  3. Date: Mon, 25 Mar 2019 14:52:47 +1100
  4. Subject: [PATCH] Update version.lds again
  5. Yet again, we've added several functions to libfdt that were supposed
  6. to be exported, but forgotten to add them to the versio.lds script.
  7. This adds them.
  8. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
  9. ---
  10. libfdt/version.lds | 4 ++++
  11. 1 file changed, 4 insertions(+)
  12. diff --git a/libfdt/version.lds b/libfdt/version.lds
  13. index 9f5d708..a5fe62d 100644
  14. --- a/libfdt/version.lds
  15. +++ b/libfdt/version.lds
  16. @@ -66,6 +66,10 @@ LIBFDT_1.2 {
  17. fdt_resize;
  18. fdt_overlay_apply;
  19. fdt_get_string;
  20. + fdt_get_max_phandle;
  21. + fdt_check_full;
  22. + fdt_setprop_placeholder;
  23. + fdt_property_placeholder;
  24. local:
  25. *;
  26. };