[U-Boot] [PATCH 3/7] zynq: Fix incorrect header name

Jagan Teki jagannadh.teki at gmail.com
Wed Jan 22 19:26:34 CET 2014


On Wed, Jan 22, 2014 at 2:53 PM, Michal Simek <michal.simek at xilinx.com> wrote:
> Zynq common configuration is placed in zynq-common.h
> not zynq_common.h.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
>  include/configs/zynq_zc70x.h | 2 +-
>  include/configs/zynq_zed.h   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/zynq_zc70x.h b/include/configs/zynq_zc70x.h
> index 673660e..de0e241 100644
> --- a/include/configs/zynq_zc70x.h
> +++ b/include/configs/zynq_zc70x.h
> @@ -2,7 +2,7 @@
>   * (C) Copyright 2013 Xilinx, Inc.
>   *
>   * Configuration settings for the Xilinx Zynq ZC702 and ZC706 boards
> - * See zynq_common.h for Zynq common configs
> + * See zynq-common.h for Zynq common configs
>   *
>   * SPDX-License-Identifier:    GPL-2.0+
>   */
> diff --git a/include/configs/zynq_zed.h b/include/configs/zynq_zed.h
> index 412dede..274140c 100644
> --- a/include/configs/zynq_zed.h
> +++ b/include/configs/zynq_zed.h
> @@ -2,7 +2,7 @@
>   * (C) Copyright 2013 Xilinx, Inc.
>   *
>   * Configuration for Zynq Evaluation and Development Board - ZedBoard
> - * See zynq_common.h for Zynq common configs
> + * See zynq-common.h for Zynq common configs
>   *
>   * SPDX-License-Identifier:    GPL-2.0+
>   */
> --

Acked-by: Jagannadha Sutradharudu Teki <jaganna at xilinx.com>

-- 
Jagan.


More information about the U-Boot mailing list