mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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 <marex@denx.de> Cc: Chin Liang See <clsee@opensource.altera.com> Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com> Acked-by: Pavel Machek <pavel@denx.de> Reviewed-by: Stefan Roese <sr@denx.de> Cc: Vince Bridgers <vbridger@opensource.altera.com>
This commit is contained in:
parent
e5e8717958
commit
758be453de
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue