Report if cmos_layout.bin can't be found when it should.
[coreboot.git] / src / arch / x86 / boot / coreboot_table.c
index 3dc8ea612bb7afaf6abb58c8450784839a93a0e7..dea030b60ac56b8d25cac6d707c8a9f6af01a032 100644 (file)
@@ -549,6 +549,8 @@ unsigned long write_coreboot_table(
                        memcpy(rec_dest,  &option_table, option_table.size);
                        /* Create cmos checksum entry in coreboot table */
                        lb_cmos_checksum(head);
+               } else {
+                       printk(BIOS_ERR, "cmos_layout.bin could not be found!\n");
                }
        }
 #endif