From: Vladimir Serbinenko Date: Mon, 8 May 2017 17:31:55 +0000 (+0200) Subject: Rename uboot/halt.c to dummy/halt.c. X-Git-Tag: grub-2.04-rc1~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1daa716c7017f1858de117a20a31da66815435c5;p=thirdparty%2Fgrub.git Rename uboot/halt.c to dummy/halt.c. It's not U-Boot specific and it's a stub. --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 45ed0fa6b..2a38bd4bc 100644 --- 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