arm-coreboot: Start new port.

This commit is contained in:
Vladimir Serbinenko 2017-05-08 20:53:28 +02:00
parent 9808c3ef95
commit 24e37a8852
17 changed files with 482 additions and 12 deletions

View file

@ -31,6 +31,8 @@
GRUB_MOD_LICENSE ("GPLv3+");
#ifndef GRUB_MACHINE_COREBOOT
static grub_dl_t my_mod;
static grub_addr_t initrd_start;
@ -527,3 +529,4 @@ GRUB_MOD_FINI (linux)
grub_unregister_command (cmd_initrd);
grub_unregister_command (cmd_devicetree);
}
#endif