Don't split up register list in two blocks, otherwise "Register dump:"
will be printed twice in the output (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3292 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -53,7 +53,7 @@ and print its vendor, name, ID, revision, and config port.\n"
|
||||
#define MISC -5 /* Needs special comment in output */
|
||||
#define MAXLDN 0x10 /* Biggest LDN */
|
||||
#define LDNSIZE (MAXLDN + 3) /* Biggest LDN + 0 + NOLDN + EOT */
|
||||
#define MAXNUMIDX 70 /* Maximum number of indexes */
|
||||
#define MAXNUMIDX 170 /* Maximum number of indexes */
|
||||
#define IDXSIZE (MAXNUMIDX + 1)
|
||||
#define MAXNUMPORTS (6 + 1) /* Maximum number of Super I/O ports */
|
||||
|
||||
|
Reference in New Issue
Block a user