diff --git a/0381-Don-t-build-the-fdt-command.patch b/0381-Don-t-build-the-fdt-command.patch new file mode 100644 index 0000000..9fb715c --- /dev/null +++ b/0381-Don-t-build-the-fdt-command.patch @@ -0,0 +1,33 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Peter Jones +Date: Thu, 12 Jul 2018 11:00:45 -0400 +Subject: [PATCH] Don't build the fdt command. + +Signed-off-by: Peter Jones +--- + grub-core/Makefile.core.def | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def +index 9039a6f73a3..785be805c11 100644 +--- a/grub-core/Makefile.core.def ++++ b/grub-core/Makefile.core.def +@@ -1729,12 +1729,12 @@ module = { + efi = loader/efi/linux.c; + }; + +-module = { +- name = fdt; +- arm64 = loader/efi/fdt.c; +- common = lib/fdt.c; +- enable = fdt; +-}; ++#module = { ++# name = fdt; ++# arm64 = loader/efi/fdt.c; ++# common = lib/fdt.c; ++# enable = fdt; ++#}; + + module = { + name = xnu; diff --git a/grub.patches b/grub.patches index 527deea..aba41dc 100644 --- a/grub.patches +++ b/grub.patches @@ -378,3 +378,4 @@ Patch0377: 0377-Disable-the-reboot-module-on-EFI-builds-it-is-in-ker.patch Patch0378: 0378-Disable-multiboot-multiboot2-and-linux16-modules-on-.patch Patch0379: 0379-Make-the-linuxefi-module-just-be-the-x86-efi-version.patch Patch0380: 0380-Make-efi_netfs-not-duplicate-symbols-from-efinet.patch +Patch0381: 0381-Don-t-build-the-fdt-command.patch