From: Michal Simek Date: Wed, 22 Jan 2014 08:51:25 +0000 (+0100) Subject: zynq: Fix incorrect header name X-Git-Tag: v2014.04-rc2~72^2~18^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c74a94415cd5cea211004f520aa5710510392a0e;p=oweals%2Fu-boot.git zynq: Fix incorrect header name Zynq common configuration is placed in zynq-common.h not zynq_common.h. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq_zc70x.h b/include/configs/zynq_zc70x.h index 673660e659..de0e24129c 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 412dede533..274140cb3f 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+ */