mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
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>
This commit is contained in:
parent
2deba805ba
commit
cb941e8f89
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
model = "Phytec phyCORE-Vybrid";
|
model = "Phytec phyCORE-Vybrid";
|
||||||
compatible = "phytec,pcm052", "fsl,vf610";
|
compatible = "phytec,pcm052", "fsl,vf610";
|
||||||
|
|
||||||
choosen {
|
chosen {
|
||||||
stdout-path = &uart1;
|
stdout-path = &uart1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue