[U-Boot] [PATCH 05/12] arm: socfpga: Drop cyclone5 suffix from board file name
Dinh Nguyen
dinguyen at opensource.altera.com
Sun Jan 18 07:12:32 CET 2015
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 <marex at denx.de>
> Cc: Chin Liang See <clsee at opensource.altera.com>
> Cc: Dinh Nguyen <dinguyen at opensource.altera.com>
> Cc: Pavel Machek <pavel at denx.de>
> Cc: Stefan Roese <sr at denx.de>
> Cc: Vince Bridgers <vbridger at opensource.altera.com>
> ---
> 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 <dinguyen at opensource.altera.com>
More information about the U-Boot
mailing list