mirror of https://github.com/acidanthera/audk.git
EmulatorPkg: Update comment for PcdDefaultTerminalType
Update comment for PcdDefaultTerminalType, as a new terminal type TTYTERM has been added with type value of 4. The new type is NOT defined in UEFI SPEC v2.5. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18024 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1df793b2e8
commit
1c145953d1
|
@ -228,7 +228,7 @@
|
|||
gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"
|
||||
gEmulatorPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"
|
||||
|
||||
# 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8
|
||||
# 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
|
||||
|
||||
[PcdsDynamicDefault.common.DEFAULT]
|
||||
|
|
Loading…
Reference in New Issue