ARM: at91/dt: kizbox: use stdout-path
The kizbox dts are using the deprecated linux,stdout-path. Replace those by stdout-path. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Gaël PORTAY <g.portay@overkiz.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Родитель
ee3b67ccd2
Коммит
7e5883b5b4
|
@ -16,7 +16,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "ubi.mtd=ubi";
|
||||
linux,stdout-path = &dbgu;
|
||||
stdout-path = &dbgu;
|
||||
};
|
||||
|
||||
memory {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "ubi.mtd=ubi";
|
||||
linux,stdout-path = &dbgu;
|
||||
stdout-path = &dbgu;
|
||||
};
|
||||
|
||||
memory {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
chosen {
|
||||
bootargs = "ubi.mtd=ubi";
|
||||
linux,stdout-path = &dbgu;
|
||||
stdout-path = &dbgu;
|
||||
};
|
||||
|
||||
memory {
|
||||
|
|
Загрузка…
Ссылка в новой задаче