[U-Boot] [PATCH 1/3] Fix typo in chosen parameter in vf610-twr.dts
Alexander Merkle
alexander.merkle at lauterbach.com
Thu Mar 17 15:44:45 CET 2016
Fix typo "choosen" instead of "chosen" in vf610-twr.dts.
Fixes boot process and terminal output for Vybrid series.
Signed-off-by: Alexander Merkle <alexander.merkle at lauterbach.com>
---
arch/arm/dts/vf610-twr.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/vf610-twr.dts b/arch/arm/dts/vf610-twr.dts
index a4ccbcb..237aa8d 100644
--- a/arch/arm/dts/vf610-twr.dts
+++ b/arch/arm/dts/vf610-twr.dts
@@ -11,7 +11,7 @@
model = "VF610 Tower Board";
compatible = "fsl,vf610-twr", "fsl,vf610";
- choosen {
+ chosen {
stdout-path = &uart1;
};
--
2.7.0
More information about the U-Boot
mailing list