lantiq: fix console print for additional boards
I missed 3 boards in this commit:
commit d8dde8c517
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date: Wed Jan 4 21:53:22 2017 +0100
lantiq: fix console print
Add bootargs parameters for ARV4525PW, ARV7506PW11 and ARV8539PW22
again.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
88ca6390ea
commit
8f0dc92afd
@ -7,6 +7,10 @@
|
|||||||
/ {
|
/ {
|
||||||
model = "ARV4525PW - Speedport W501V Typ A";
|
model = "ARV4525PW - Speedport W501V Typ A";
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
bootargs = "console=ttyLTQ0,115200";
|
||||||
|
};
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
/* we dont have a power led, lets use the online led */
|
/* we dont have a power led, lets use the online led */
|
||||||
led-boot = &online;
|
led-boot = &online;
|
||||||
|
@ -7,6 +7,10 @@
|
|||||||
/ {
|
/ {
|
||||||
model = "ARV7506PW11 - Alice/O2 IAD 4421";
|
model = "ARV7506PW11 - Alice/O2 IAD 4421";
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
bootargs = "console=ttyLTQ0,115200";
|
||||||
|
};
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
led-boot = &power;
|
led-boot = &power;
|
||||||
led-failsafe = &power_red;
|
led-failsafe = &power_red;
|
||||||
|
@ -7,6 +7,10 @@
|
|||||||
/ {
|
/ {
|
||||||
model = "ARV8539PW22 - Speedport W 504V Typ A";
|
model = "ARV8539PW22 - Speedport W 504V Typ A";
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
bootargs = "console=ttyLTQ0,115200";
|
||||||
|
};
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
led-boot = &power_green;
|
led-boot = &power_green;
|
||||||
led-failsafe = &power_red;
|
led-failsafe = &power_red;
|
||||||
|
Loading…
Reference in New Issue
Block a user