[PATCH 2/6] ARM: dts: cubox: fix stdout-path property
Sascha Hauer
s.hauer at pengutronix.de
Tue Aug 13 03:26:08 EDT 2013
It's linux,stdout-path, not linux,stdoutpath
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/dts/dove-cubox.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/dove-cubox.dts b/arch/arm/dts/dove-cubox.dts
index dd575eb..61f38fe 100644
--- a/arch/arm/dts/dove-cubox.dts
+++ b/arch/arm/dts/dove-cubox.dts
@@ -13,7 +13,7 @@
chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk";
- linux,stdoutpath = &uart0;
+ linux,stdout-path = &uart0;
};
leds {
--
1.8.4.rc2
More information about the barebox
mailing list