Library/MpSafeDebugLibSerialPort/DebugLib.c

Increase message length to 256.

Signed-off-by: Eugene Myers <edmyers@tycho.nsa.gov>
This commit is contained in:
Eugene Myers 2021-11-01 09:21:45 -04:00
parent 5667b1616e
commit a0eade43ae
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ extern void coreboot_debug_putc(char c);
//
// Define the maximum debug and assert message length that this library supports
//
#define MAX_DEBUG_MESSAGE_LENGTH 0x100
#define MAX_DEBUG_MESSAGE_LENGTH 0x256
//
// Internal spin lock for debug