From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Sun, 18 Jan 2015 00:12:32 -0600 Subject: [U-Boot] [PATCH 05/12] arm: socfpga: Drop cyclone5 suffix from board file name In-Reply-To: <1420053301-10023-6-git-send-email-marex@denx.de> References: <1420053301-10023-1-git-send-email-marex@denx.de> <1420053301-10023-6-git-send-email-marex@denx.de> Message-ID: <54BB4ED0.30206@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/31/14 1:14 PM, Marek Vasut wrote: > Drop the _cyclone5 suffix from socfpga_cyclone5.c since this file > will contain Arria 5 support as well. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Stefan Roese > Cc: Vince Bridgers > --- > board/altera/socfpga/Makefile | 2 +- > board/altera/socfpga/{socfpga_cyclone5.c => socfpga.c} | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename board/altera/socfpga/{socfpga_cyclone5.c => socfpga.c} (100%) > > diff --git a/board/altera/socfpga/Makefile b/board/altera/socfpga/Makefile > index 44baa00..c867f73 100644 > --- a/board/altera/socfpga/Makefile > +++ b/board/altera/socfpga/Makefile > @@ -6,5 +6,5 @@ > # SPDX-License-Identifier: GPL-2.0+ > # > > -obj-y := socfpga_cyclone5.o > +obj-y := socfpga.o > obj-$(CONFIG_SPL_BUILD) += pinmux_config.o iocsr_config.o > diff --git a/board/altera/socfpga/socfpga_cyclone5.c b/board/altera/socfpga/socfpga.c > similarity index 100% > rename from board/altera/socfpga/socfpga_cyclone5.c > rename to board/altera/socfpga/socfpga.c > Acked-by: Dinh Nguyen