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