projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
214cc90
)
Fix typo in chosen parameter in vf610-twr.dts
author
Alexander Merkle
<alexander.merkle@lauterbach.com>
Thu, 17 Mar 2016 14:44:45 +0000
(15:44 +0100)
committer
Tom Rini
<trini@konsulko.com>
Sun, 27 Mar 2016 13:12:22 +0000
(09:12 -0400)
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@lauterbach.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/arm/dts/vf610-twr.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/vf610-twr.dts
b/arch/arm/dts/vf610-twr.dts
index a4ccbcbde142f089c9043e73bdab2013ccc8d8fd..237aa8d7fa543f70839d6bde26e47f6134d71b5c 100644
(file)
--- 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";
- cho
o
sen {
+ chosen {
stdout-path = &uart1;
};