summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/xe7501devkit
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-30 09:59:23 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-30 09:59:23 +0000
commitfd0bef825d88fa75d0703569ed01e05066766826 (patch)
tree02be49ed6a84e12448c20fd9ed223c977d3cfe56 /src/mainboard/intel/xe7501devkit
parentc719f1a506060e6283352d114fd6d589e4c6ce3d (diff)
downloadcoreboot-fd0bef825d88fa75d0703569ed01e05066766826.tar.xz
build_opt_tbl: error instead of null pointer access if no checksum is defined.
xe7501devkit: If cmos.layout is used, there must be a checksum. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5327 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel/xe7501devkit')
-rw-r--r--src/mainboard/intel/xe7501devkit/cmos.layout3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/intel/xe7501devkit/cmos.layout b/src/mainboard/intel/xe7501devkit/cmos.layout
index 57139c1cd5..39cfc31784 100644
--- a/src/mainboard/intel/xe7501devkit/cmos.layout
+++ b/src/mainboard/intel/xe7501devkit/cmos.layout
@@ -52,4 +52,5 @@ enumerations
checksums
# Checksum FROM bit-location TO bit-location STORE AT bit-location
-#checksum 1024 1047 1048
+checksum 1024 1047 1048
+