efi: Move efi_string utilities to the common directory

This file contains some useful utility functions which are not specific
to the EFI loader. Move them to lib/efi so they can be used by the app.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-15 18:03:58 -06:00
parent fe33f0fbfb
commit c43c1681ee
3 changed files with 1 additions and 1 deletions

View File

@@ -9,3 +9,4 @@ obj-y += helper.o
obj-y += load_options.o
obj-y += memory.o
obj-y += run.o
obj-y += string.o

View File

@@ -43,7 +43,6 @@ obj-y += efi_memory.o
obj-y += efi_root_node.o
obj-y += efi_runtime.o
obj-y += efi_setup.o
obj-y += efi_string.o
obj-$(CONFIG_EFI_UNICODE_COLLATION_PROTOCOL2) += efi_unicode_collation.o
obj-y += efi_var_common.o
obj-y += efi_var_mem.o