summaryrefslogtreecommitdiff
path: root/util/superiotool/superiotool.h
diff options
context:
space:
mode:
authorIdwer Vollering <idwer_v@hotmail.com>2007-10-17 23:37:36 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-17 23:37:36 +0000
commit7a90c14e9c4b61648e800bcea0a7c3a9f153c06b (patch)
tree1ea861682503940b5b54ad3b545ee355edfcdca0 /util/superiotool/superiotool.h
parente447df1b25e8657b6033bedd37778fb441dc2081 (diff)
downloadcoreboot-7a90c14e9c4b61648e800bcea0a7c3a9f153c06b.tar.xz
Add dump support for the Winbond W83697SF.
Signed-off-by: Idwer Vollering <idwer_v@hotmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2870 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.h')
-rw-r--r--util/superiotool/superiotool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h
index 58243466f2..f67edcc328 100644
--- a/util/superiotool/superiotool.h
+++ b/util/superiotool/superiotool.h
@@ -48,7 +48,7 @@ and print its vendor, name, ID, revision, and config port.\n"
#define RSVD -4 /* Reserved */
#define MISC -5 /* Needs special comment in output */
#define MAXNAMELEN 30 /* Maximum Name Length */
-#define MAXLDN 0xa /* Biggest LDN */
+#define MAXLDN 0xf /* Biggest LDN */
#define LDNSIZE (MAXLDN + 3) /* Biggest LDN + 0 + NOLDN + EOT */
#define MAXNUMIDX 70 /* Maximum number of indexes */
#define IDXSIZE (MAXNUMIDX + 1)