]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Missing parts of previous commit
authorVladimir Serbinenko <phcoder@gmail.com>
Tue, 9 May 2017 07:02:15 +0000 (09:02 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Tue, 9 May 2017 07:02:15 +0000 (09:02 +0200)
grub-core/Makefile.core.def
grub-core/kern/arm/coreboot/init.c

index d2239f1718db863a3a9d9af6339344cef49ce631..1d86bd22e04eaf39ef15269c459e8c338037cf6f 100644 (file)
@@ -162,6 +162,8 @@ kernel = {
   arm_coreboot = bus/fdt.c;
   arm_coreboot = term/ps2.c;
   arm_coreboot = term/arm/pl050.c;
+  arm_coreboot = term/arm/cros.c;
+  arm_coreboot = term/arm/cros_ec.c;
   arm_coreboot = bus/spi/rk3288_spi.c;
   arm_coreboot = commands/keylayouts.c;
   arm_coreboot = kern/arm/coreboot/dma.c;
index 0126ff6381a5d7c8bf1b4836efebe758217e1c8c..8d8c5b8291eff9743b0325b76f851d52509b1f4f 100644 (file)
@@ -135,6 +135,7 @@ grub_machine_init (void)
   grub_rk3288_spi_init ();
 
   grub_machine_timer_init ();
+  grub_cros_init ();
   grub_pl050_init ();
 }