From c278bf7335b6e4cffe5d024b31928f6b17e4aeb9 Mon Sep 17 00:00:00 2001 From: Ashish Singhal Date: Sat, 13 Jan 2024 16:21:26 +0000 Subject: [PATCH] fix: accommodate longer kernel command line add support for longer than current kernel command line length allowed. Signed-off-by: Ashish Singhal --- Platform/NVIDIA/Jetson/Jetson.dsc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/NVIDIA/Jetson/Jetson.dsc.inc b/Platform/NVIDIA/Jetson/Jetson.dsc.inc index 4774292179..955a2ced5d 100644 --- a/Platform/NVIDIA/Jetson/Jetson.dsc.inc +++ b/Platform/NVIDIA/Jetson/Jetson.dsc.inc @@ -144,7 +144,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"$(BUILDID_STRING)" gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString|L"$(BUILD_DATE_TIME)" gNVIDIATokenSpaceGuid.PcdFtpmShmSize|4096 - gEmbeddedTokenSpaceGuid.PcdAndroidKernelCommandLineOverflow|100 + gEmbeddedTokenSpaceGuid.PcdAndroidKernelCommandLineOverflow|200 ################################################################################ #