mirror of https://github.com/acidanthera/audk.git
ShellPkg: Rename PcdShellLibMaxPrintBufferSize to PcdShellPrintBufferSize
It appears that this was intended to be renamed in r9710. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9712 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
da166a5dbd
commit
6bacae7cdc
|
@ -62,6 +62,6 @@
|
|||
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005
|
||||
|
||||
## This is the max buffer for ShellLib printings.
|
||||
gEfiShellPkgTokenSpaceGuid.PcdShellLibMaxPrintBufferSize|8000|UINT16|0x0000000C
|
||||
gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize|8000|UINT16|0x0000000C
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue