The earlyprintk kernel command line argument does not take a value on Arm.
Rather pass early console name using the earlycon command line argument.
Change-Id: Ie14fc425e87c50a0b59fa4270a3743ed4fe97589
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31074
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
-# Copyright (c) 2016-2017, 2019 ARM Limited
+# Copyright (c) 2016-2017, 2019-2020 ARM Limited
# All rights reserved.
#
# The license below extends only to copyright in the software and shall
m5.ticks.fixGlobalFrequency()
kernel_cmd = [
- "earlyprintk=pl011,0x1c090000",
+ "earlyprintk",
+ "earlycon=pl011,0x1c090000",
"console=ttyAMA0",
"lpj=19988480",
"norandmaps",