From faf01fba9d9559a79222dd533df807e632b56bda Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Wed, 18 May 2011 01:31:53 +0000 Subject: Explain better what checks are disabled in case we detect a legacy BIOS Corresponding to flashrom svn r1310. Signed-off-by: Stefan Tauner Acked-by: Peter Stuge --- layout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'layout.c') diff --git a/layout.c b/layout.c index 92fe8528..d719a051 100644 --- a/layout.c +++ b/layout.c @@ -76,7 +76,8 @@ int show_id(uint8_t *bios, int size, int force) mb_vendor_offset = *(walk - 2); if ((*walk) == 0 || ((*walk) & 0x3ff) != 0 || (*walk) > size || mb_part_offset > size || mb_vendor_offset > size) { - msg_pinfo("Flash image seems to be a legacy BIOS. Disabling checks.\n"); + msg_pinfo("Flash image seems to be a legacy BIOS. " + "Disabling coreboot-related checks.\n"); return 0; } -- cgit v1.2.3