summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2021-06-09 13:56:07 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2021-06-09 13:56:06 -0700
commit411b99edf1644fbf763cb512b7d258c7926d19da (patch)
tree683db2af64d1c487bee63c3ecbc0461ae9043085
parent070423b4b6f943f17e7a9c2e43594c663bac5d0c (diff)
parent5ce4ba4bbe58756e429e7b25c6aac85e58e90e87 (diff)
Merge "QcomModulePkg: Pass DisplayCmdLine as command line parameter"
-rw-r--r--QcomModulePkg/Library/BootLib/UpdateCmdLine.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/QcomModulePkg/Library/BootLib/UpdateCmdLine.c b/QcomModulePkg/Library/BootLib/UpdateCmdLine.c
index 9adf69bc31..877804e41f 100644
--- a/QcomModulePkg/Library/BootLib/UpdateCmdLine.c
+++ b/QcomModulePkg/Library/BootLib/UpdateCmdLine.c
@@ -562,10 +562,11 @@ UpdateCmdLineParams (UpdateCmdLineParamList *Param,
Src = Param->ChipBaseBand;
AsciiStrCatS (Dst, MaxCmdLineLen, Src);
- Src = Param->DisplayCmdLine;
- AsciiStrCatS (Dst, MaxCmdLineLen, Src);
}
+ Src = Param->DisplayCmdLine;
+ AsciiStrCatS (Dst, MaxCmdLineLen, Src);
+
if (Param->MdtpActive) {
Src = Param->MdtpActiveFlag;
AsciiStrCatS (Dst, MaxCmdLineLen, Src);