mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Correct PcdConOutColumn help string.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18020 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
79142ebfe6
commit
60d7373782
|
@ -955,7 +955,7 @@
|
|||
# @Prompt Console output row.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|25|UINT32|0x40000006
|
||||
|
||||
## This PCD defines the Console output row. The default value is 80 according to UEFI spec.
|
||||
## This PCD defines the Console output column. The default value is 80 according to UEFI spec.
|
||||
# This PCD could be set to 0 then console output would be at max column and max row.
|
||||
# @Prompt Console output column.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|80|UINT32|0x40000007
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue