From 96cc3178d648c35c4afece6c5a80c4c4569aba3a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 4 May 2015 15:54:52 +0100 Subject: [dmi] Allow for 128 DMI-defined memory devices Signed-off-by: Michael Brown --- test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.h b/test.h index 4a7e375..2b14728 100644 --- a/test.h +++ b/test.h @@ -53,7 +53,7 @@ typedef unsigned long ulong; #define DMI_SEARCH_START 0x0000F000 #define DMI_SEARCH_LENGTH 0x000F0FFF -#define MAX_DMI_MEMDEVS 16 +#define MAX_DMI_MEMDEVS 128 #define TITLE_WIDTH 28 #define LINE_TITLE 0 -- cgit v1.2.3-55-g7522