Rename uboot/halt.c to dummy/halt.c.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 17:31:55 +0000 (19:31 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 17:33:56 +0000 (19:33 +0200)
It's not U-Boot specific and it's a stub.

grub-core/Makefile.core.def
grub-core/lib/dummy/halt.c [moved from grub-core/lib/uboot/halt.c with 100% similarity]

index 45ed0fa..2a38bd4 100644 (file)
@@ -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 = {