From: Marek Vasut Date: Tue, 30 Dec 2014 20:16:25 +0000 (+0100) Subject: arm: socfpga: Drop cyclone5 suffix from board file name X-Git-Tag: KARO-TXSD-2017-03-15~5225^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=758be453dec8f29cf2b70a54be2bc178e097797c;p=karo-tx-uboot.git arm: socfpga: Drop cyclone5 suffix from board file name 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 Acked-by: Dinh Nguyen Acked-by: Pavel Machek Reviewed-by: Stefan Roese Cc: Vince Bridgers --- diff --git a/board/altera/socfpga/Makefile b/board/altera/socfpga/Makefile index 44baa0068c..c867f73ff7 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