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

Bin Meng bmeng.cn at gmail.com
Thu Mar 17 02:34:25 CET 2016


Hi Alexander,

On Thu, Mar 17, 2016 at 1:23 AM, Alexander Merkle
<alexander.merkle at 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 at 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


More information about the U-Boot mailing list