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:
2deba80
)
Fix typo in chosen parameter of pcm052.dts
author
Alexander Merkle
<alexander.merkle@lauterbach.com>
Thu, 17 Mar 2016 14:44:46 +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 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>
arch/arm/dts/pcm052.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/pcm052.dts
b/arch/arm/dts/pcm052.dts
index 0475f1f5eeba7fbd5c04a191a2810944febf6436..0985587fc7bf10920bc182ca9df34a8f55eab6b4 100644
(file)
--- 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";
- cho
o
sen {
+ chosen {
stdout-path = &uart1;
};