bc092b9
From 1daa716c7017f1858de117a20a31da66815435c5 Mon Sep 17 00:00:00 2001
bc092b9
From: Vladimir Serbinenko <phcoder@gmail.com>
bc092b9
Date: Mon, 8 May 2017 19:31:55 +0200
78e1a10
Subject: [PATCH 017/216] Rename uboot/halt.c to dummy/halt.c.
bc092b9
bc092b9
It's not U-Boot specific and it's a stub.
bc092b9
---
bc092b9
 grub-core/Makefile.core.def           | 2 +-
bc092b9
 grub-core/lib/{uboot => dummy}/halt.c | 0
bc092b9
 2 files changed, 1 insertion(+), 1 deletion(-)
bc092b9
 rename grub-core/lib/{uboot => dummy}/halt.c (100%)
bc092b9
bc092b9
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
ec4acbb
index 45ed0fa6b1c..2a38bd4bc8a 100644
bc092b9
--- a/grub-core/Makefile.core.def
bc092b9
+++ b/grub-core/Makefile.core.def
bc092b9
@@ -841,7 +841,7 @@ module = {
bc092b9
   efi = lib/efi/halt.c;
bc092b9
   ieee1275 = lib/ieee1275/halt.c;
bc092b9
   emu = lib/emu/halt.c;
bc092b9
-  uboot = lib/uboot/halt.c;
bc092b9
+  uboot = lib/dummy/halt.c;
bc092b9
 };
bc092b9
 
bc092b9
 module = {
bc092b9
diff --git a/grub-core/lib/uboot/halt.c b/grub-core/lib/dummy/halt.c
bc092b9
similarity index 100%
bc092b9
rename from grub-core/lib/uboot/halt.c
bc092b9
rename to grub-core/lib/dummy/halt.c
bc092b9
-- 
ec4acbb
2.15.0
bc092b9