From f2df41cffa3ab4a0c784f27e90f00cced989514e Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 21 Feb 2016 19:28:40 +0100 Subject: [PATCH] coreboot --- grub-core/kern/arm/coreboot/init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grub-core/kern/arm/coreboot/init.c b/grub-core/kern/arm/coreboot/init.c index 4af2907e1..6953fb92a 100644 --- a/grub-core/kern/arm/coreboot/init.c +++ b/grub-core/kern/arm/coreboot/init.c @@ -112,6 +112,8 @@ iterate_linuxbios_table (grub_linuxbios_table_item_t table_item, void *data __at dtb = table_item + 1; dtb_size = table_item->size; } + else + grub_printf ("Invalid DTB supplied by coreboot\n"); return 0; } return 0; -- 2.47.2