2018-07-12 15:06:40 +00:00
|
|
|
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>
|
|
|
|
---
|
2018-07-12 15:06:40 +00:00
|
|
|
grub-core/Makefile.core.def | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
2018-07-12 15:06:40 +00:00
|
|
|
|
|
|
|
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
|
2018-07-12 15:06:40 +00:00
|
|
|
index 9039a6f73a3..a6cb7b9009c 100644
|
2018-07-12 15:06:40 +00:00
|
|
|
--- a/grub-core/Makefile.core.def
|
|
|
|
+++ b/grub-core/Makefile.core.def
|
2018-07-12 15:06:40 +00:00
|
|
|
@@ -1729,12 +1729,14 @@ module = {
|
2018-07-12 15:06:40 +00:00
|
|
|
efi = loader/efi/linux.c;
|
|
|
|
};
|
|
|
|
|
2018-07-12 15:06:40 +00:00
|
|
|
+/*
|
|
|
|
module = {
|
|
|
|
name = fdt;
|
|
|
|
arm64 = loader/efi/fdt.c;
|
|
|
|
common = lib/fdt.c;
|
|
|
|
enable = fdt;
|
|
|
|
};
|
|
|
|
+*/
|
2018-07-12 15:06:40 +00:00
|
|
|
|
|
|
|
module = {
|
|
|
|
name = xnu;
|