Skip to content

Commit

Permalink
fix: accommodate longer kernel command line
Browse files Browse the repository at this point in the history
add support for longer than current kernel command line
length allowed.

Signed-off-by: Ashish Singhal <ashishsingha@nvidia.com>
  • Loading branch information
ashishsingha committed Jan 13, 2024
1 parent 6c1212c commit da8ee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/NVIDIA/Jetson/Jetson.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"$(BUILDID_STRING)"
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString|L"$(BUILD_DATE_TIME)"
gNVIDIATokenSpaceGuid.PcdFtpmShmSize|4096
gEmbeddedTokenSpaceGuid.PcdAndroidKernelCommandLineOverflow|100
gEmbeddedTokenSpaceGuid.PcdAndroidKernelCommandLineOverflow|200

################################################################################
#
Expand Down

0 comments on commit da8ee04

Please sign in to comment.