mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
Fix typo in chosen parameter in vf610-twr.dts
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>
This commit is contained in:
parent
214cc905de
commit
2deba805ba
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
model = "VF610 Tower Board";
|
||||
compatible = "fsl,vf610-twr", "fsl,vf610";
|
||||
|
||||
choosen {
|
||||
chosen {
|
||||
stdout-path = &uart1;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue