From 22fe1e55c3025a2313fa91e167d2fa18683a18d6 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Sat, 9 Aug 2008 15:59:17 +0000 Subject: [PATCH] Fix the following build error: OPTIONS build/mainboard/gigabyte/m57sli/option_table.c Error - Range end (122) does not match define (125) in line checksum 392 983 984 cmos.layout did not conform to the requirements of the option table creation code. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://coreboot.org/repository/coreboot-v3@726 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/gigabyte/m57sli/cmos.layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainboard/gigabyte/m57sli/cmos.layout b/mainboard/gigabyte/m57sli/cmos.layout index 0621cfc2fd..fe22993f2e 100644 --- a/mainboard/gigabyte/m57sli/cmos.layout +++ b/mainboard/gigabyte/m57sli/cmos.layout @@ -114,6 +114,6 @@ enumerations checksums -checksum 392 983 984 +checksum 392 1007 1008