diff mbox

[U-Boot] Fix typo in chosen parameter in vf610-twr.dts.

Message ID 1458149000-9686-1-git-send-email-alexander.merkle@lauterbach.com
State Accepted
Commit 2deba805babe5ab6ed10a76f84fcfff3f0d35290
Delegated to: Bin Meng
Headers show

Commit Message

Alexander Merkle March 16, 2016, 5:23 p.m. UTC
Signed-off-by: Alexander Merkle <alexander.merkle@lauterbach.com>
---

 arch/arm/dts/vf610-twr.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bin Meng March 17, 2016, 1:34 a.m. UTC | #1
Hi Alexander,

On Thu, Mar 17, 2016 at 1:23 AM, Alexander Merkle
<alexander.merkle@lauterbach.com> wrote:

nits: please remove the ending period in the commit subject, and
include a simple sentence in the body as well.

> Signed-off-by: Alexander Merkle <alexander.merkle@lauterbach.com>
> ---
>
>  arch/arm/dts/vf610-twr.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/vf610-twr.dts b/arch/arm/dts/vf610-twr.dts
> index a4ccbcb..237aa8d 100644
> --- 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";
>
> -       choosen {
> +       chosen {
>                 stdout-path = &uart1;
>         };
>
> --

Can you fix all the 4 places in the U-Boot source codes? Thanks!

arch/arm/dts/vf610-twr.dts:14:  choosen {
arch/arm/dts/pcm052.dts:14:     choosen {
common/menu.c:353: * item. Returns a key string corresponding to the
choosen item or NULL if
drivers/ddr/fsl/lc_common_dimm_params.c:63:             printf("The
choosen cas latency %d is too large\n",

Regards,
Bin
diff mbox

Patch

diff --git a/arch/arm/dts/vf610-twr.dts b/arch/arm/dts/vf610-twr.dts
index a4ccbcb..237aa8d 100644
--- 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";
 
-	choosen {
+	chosen {
 		stdout-path = &uart1;
 	};