diff options
| author | Joel Stanley <joel@jms.id.au> | 2021-06-29 16:53:08 +0930 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2021-10-21 16:56:11 +1030 |
| commit | 9d20948ffdd2e8fb36645514108ff4cf2266e4f9 (patch) | |
| tree | 331a9bdd68f32ea6a6085653f764ec0a5d32726e | |
| parent | e627d38421985f78706331106e53e87617052bc5 (diff) | |
ARM: dts: aspeed: rainier: Enable earlycon
Rainier was missed when enabling all of the other machines in
commit 239566b032f3 ("ARM: dts: aspeed: Set earlycon boot argument").
Signed-off-by: Joel Stanley <joel@jms.id.au>
| -rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts index f38c44b864ca..866f32cdccea 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts @@ -82,7 +82,7 @@ chosen { stdout-path = &uart5; - bootargs = "console=ttyS4,115200n8"; + bootargs = "console=ttyS4,115200n8 earlycon"; }; memory@80000000 { |
