grub2/0381-Don-t-build-the-fdt-command.patch
Peter Jones dd7ef6cfa8 Nerf the fdt command out of arm64 builds
Signed-off-by: Peter Jones <pjones@redhat.com>
2018-07-12 11:06:40 -04:00

33 lines
824 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Thu, 12 Jul 2018 11:00:45 -0400
Subject: [PATCH] Don't build the fdt command.
Signed-off-by: Peter Jones <pjones@redhat.com>
---
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;