summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/SimpleTextInOutSerial
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-03 09:12:55 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-03 09:12:55 +0000
commit52721ad540e06d30317047f13df84547fd4214af (patch)
tree1739172e66e20215806eaec7fea05b42b09787af /EmbeddedPkg/SimpleTextInOutSerial
parent56226bf769a9eb7712b5627b316ec3898efdd4b4 (diff)
downloadedk2-52721ad540e06d30317047f13df84547fd4214af.tar.gz
edk2-52721ad540e06d30317047f13df84547fd4214af.tar.bz2
edk2-52721ad540e06d30317047f13df84547fd4214af.zip
EmbeddedPkg/SerialDxe: Fix SIMPLE_TEXT_OUT_DEVICE_PATH Device Path
The UART device type and subtype were inccorect. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11729 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/SimpleTextInOutSerial')
-rw-r--r--EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c b/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c
index 85bb08d682..3241ab28a3 100644
--- a/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c
+++ b/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c
@@ -214,7 +214,7 @@ SIMPLE_TEXT_OUT_DEVICE_PATH mDevicePath = {
EFI_CALLER_ID_GUID
},
{
- { END_DEVICE_PATH_TYPE, END_ENTIRE_DEVICE_PATH_SUBTYPE, sizeof (UART_DEVICE_PATH), 0},
+ { MESSAGING_DEVICE_PATH, MSG_UART_DP, sizeof (UART_DEVICE_PATH), 0},
0, // Reserved
FixedPcdGet64 (PcdUartDefaultBaudRate), // BaudRate
FixedPcdGet8 (PcdUartDefaultDataBits), // DataBits