diff options
author | Alexander Merkle <alexander.merkle@lauterbach.com> | 2016-03-17 15:44:46 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-27 09:12:22 -0400 |
commit | cb941e8f89c282ef45c90bc5ba495fce3e787029 (patch) | |
tree | f3585232f7ac8168a19803092d6ac2f5c902c22e /arch/arm/dts/pcm052.dts | |
parent | 2deba805babe5ab6ed10a76f84fcfff3f0d35290 (diff) |
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>
Diffstat (limited to 'arch/arm/dts/pcm052.dts')
-rw-r--r-- | arch/arm/dts/pcm052.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/pcm052.dts b/arch/arm/dts/pcm052.dts index 0475f1f5ee..0985587fc7 100644 --- 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"; - choosen { + chosen { stdout-path = &uart1; }; |