aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2018-02-01 11:15:40 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-01 11:15:40 +0000
commite6e91c7c2bfe19a2157c47679aeb2c93ebe0c4cc (patch)
treeed9376e1cc2928b538e30aa6489bb67f5c2d89a8
parentbfc3f8a315d53e8968db41bd7996e57411f51a92 (diff)
parent70378c6da6facccb8b49fee923d41fc26c9dd008 (diff)
downloadOpenPlatformPkg-e6e91c7c2bfe19a2157c47679aeb2c93ebe0c4cc.tar.gz
Merge remote-tracking branch 'aosp/upstream-hikey-aosp' into opp
am: 70378c6da6 Change-Id: Ic9c4222de1ab6248a996d8f8e7e21c2f5a33d231
-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
);
}