[U-Boot] [PATCH 2/3] Fix typo in chosen parameter of pcm052.dts

Alexander Merkle alexander.merkle at lauterbach.com
Thu Mar 17 15:44:46 CET 2016


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 at lauterbach.com>
---

 arch/arm/dts/pcm052.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/pcm052.dts b/arch/arm/dts/pcm052.dts
index 0475f1f..0985587 100644
--- a/arch/arm/dts/pcm052.dts
+++ b/arch/arm/dts/pcm052.dts
@@ -11,7 +11,7 @@
 	model = "Phytec phyCORE-Vybrid";
 	compatible = "phytec,pcm052", "fsl,vf610";
 
-	choosen {
+	chosen {
 		stdout-path = &uart1;
 	};
 
-- 
2.7.0



More information about the U-Boot mailing list