From: Vladimir Serbinenko Date: Sun, 21 Feb 2016 18:28:40 +0000 (+0100) Subject: coreboot X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f2df41cffa3ab4a0c784f27e90f00cced989514e;p=thirdparty%2Fgrub.git coreboot --- 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;