]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: socfpga: rename socfpga_cyclone5 and socfpga_arria5 config files
authorDinh Nguyen <dinguyen@opensource.altera.com>
Tue, 22 Sep 2015 22:01:32 +0000 (17:01 -0500)
committerMarek Vasut <marex@denx.de>
Wed, 23 Sep 2015 01:55:28 +0000 (03:55 +0200)
Rename the socfpga_cyclone5.h to socfpga_cyclone5_socdk.h, and
socfpga_arria.h to socfpga_arria5_socdk.h. This matches the other SoCFPGA
board config files.

Suggested-by: Marek Vasut <marex@denx.de>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/mach-socfpga/Kconfig
include/configs/socfpga_arria5_socdk.h [moved from include/configs/socfpga_arria5.h with 100% similarity]
include/configs/socfpga_cyclone5_socdk.h [moved from include/configs/socfpga_cyclone5.h with 100% similarity]

index 089280a91d35cbf40a335fc9aaf14361af84dd41..a413ea4d1b4a015293a3a9cd9b70583ecda1c707 100644 (file)
@@ -50,8 +50,8 @@ config SYS_SOC
        default "socfpga"
 
 config SYS_CONFIG_NAME
-       default "socfpga_arria5" if TARGET_SOCFPGA_ARRIA5_SOCDK
-       default "socfpga_cyclone5" if TARGET_SOCFPGA_CYCLONE5_SOCDK
+       default "socfpga_arria5_socdk" if TARGET_SOCFPGA_ARRIA5_SOCDK
+       default "socfpga_cyclone5_socdk" if TARGET_SOCFPGA_CYCLONE5_SOCDK
        default "socfpga_de0_nano_soc" if TARGET_SOCFPGA_TERASIC_DE0_NANO
        default "socfpga_mcvevk" if TARGET_SOCFPGA_DENX_MCVEVK
        default "socfpga_sockit" if TARGET_SOCFPGA_TERASIC_SOCKIT