Commit 7e5883b5 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Nicolas Ferre

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: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarGaël PORTAY <g.portay@overkiz.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent ee3b67cc
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment