浏览代码

Fix typo in chosen parameter of pcm052.dts

Fix typo "choosen" instead of "chosen" in pcm052.dts.
Not tested but should fix boot process and terminal output.

Signed-off-by: Alexander Merkle <alexander.merkle@lauterbach.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Alexander Merkle 9 年之前
父节点
当前提交
cb941e8f89
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/dts/pcm052.dts

+ 1 - 1
arch/arm/dts/pcm052.dts

@@ -11,7 +11,7 @@
 	model = "Phytec phyCORE-Vybrid";
 	compatible = "phytec,pcm052", "fsl,vf610";
 
-	choosen {
+	chosen {
 		stdout-path = &uart1;
 	};