diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-04-22 14:41:20 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-04-22 18:37:48 +0000 |
commit | 96e1d337e0109d970282de71181a5cc317876829 (patch) | |
tree | b70e0e40b50900f16bf57f067ea235ce10f4a30f /ArmVirtPkg/ArmVirtQemuKernel.dsc | |
parent | 5a17629902d8bb421712c97664519845d42167f5 (diff) | |
download | edk2-96e1d337e0109d970282de71181a5cc317876829.zip edk2-96e1d337e0109d970282de71181a5cc317876829.tar.gz edk2-96e1d337e0109d970282de71181a5cc317876829.tar.bz2 |
ArmVirtPkg: clear PcdConOut{Row,Column}
ConSplitterDxe will pick the highest available resolution then,
thereby making better use of the available display space.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmVirtPkg/ArmVirtQemuKernel.dsc')
-rw-r--r-- | ArmVirtPkg/ArmVirtQemuKernel.dsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKernel.dsc index 36343f3..7f7d15d 100644 --- a/ArmVirtPkg/ArmVirtQemuKernel.dsc +++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc @@ -238,6 +238,8 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
+ gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
+ gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
#
# SMBIOS entry point version
|