efi: move fdt helper library

There is nothing ARM64 (or even ARM) specific about the efi fdt helper
library, which is used for locating or overriding a firmware-provided
devicetree in a UEFI system - so move it to loader/efi for reuse.

Move the fdtload.h include file to grub/efi and update path to
efi/fdtload.h in source code referring to it.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Leif Lindholm 2017-08-03 11:04:24 +01:00 committed by Vincent Batts
parent 6825a1d3f1
commit 30f13fbfa6
5 changed files with 4 additions and 4 deletions

View file

@ -1761,7 +1761,7 @@ module = {
module = {
name = fdt;
arm64 = loader/arm64/fdt.c;
arm64 = loader/efi/fdt.c;
common = lib/fdt.c;
enable = fdt;
};