aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2018-01-31 16:17:07 -0800
committerDmitry Shmidt <dimitrysh@google.com>2018-01-31 16:17:07 -0800
commit70378c6da6facccb8b49fee923d41fc26c9dd008 (patch)
treeed9376e1cc2928b538e30aa6489bb67f5c2d89a8
parent2e219321720e5b56ea8213742814ec1a1cc455a3 (diff)
parent6dfa27969674e134876b5ae544b797b1ac5bfc74 (diff)
downloadOpenPlatformPkg-70378c6da6facccb8b49fee923d41fc26c9dd008.tar.gz
Merge remote-tracking branch 'aosp/upstream-hikey-aosp' into oppandroid-p-preview-1android-o-mr1-iot-preview-7o-mr1-iot-preview-7
Change-Id: I529a9d0b170656e1acc62909c328d304b6b15546
-rw-r--r--Platforms/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Platforms/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c b/Platforms/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c
index 6e4db11..6ef1c3d 100644
--- a/Platforms/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c
+++ b/Platforms/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c
@@ -412,13 +412,13 @@ AbootimgAppendKernelArgs (
if (mBoardId == HIKEY960_BOARDID_V1) {
UnicodeSPrint (
Args + StrLen (Args), Size - StrLen (Args),
- L" earlycon=pl011,0xfdf05000,115200 console=ttyAMA5 androidboot.serialno=%s",
+ L" console=ttyAMA5 androidboot.serialno=%s",
RandomSN->UnicodeSN
);
} else {
UnicodeSPrint (
Args + StrLen (Args), Size - StrLen (Args),
- L" earlycon=pl011,0xfff32000,115200 console=ttyAMA6 androidboot.serialno=%s",
+ L" console=ttyAMA6 androidboot.serialno=%s",
RandomSN->UnicodeSN
);
}