diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-09-22 17:01:32 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-09-23 03:55:28 +0200 |
commit | 3cbc7b878ba6352bb0ae21213394844f3a9b3e9d (patch) | |
tree | 5bcea18685f4d5bd2a52b2ef058302175ac59135 | |
parent | e1df080b0d8b1bf9ed3e6a01a647192b2c90c72a (diff) | |
download | u-boot-3cbc7b878ba6352bb0ae21213394844f3a9b3e9d.tar.gz |
arm: socfpga: rename socfpga_cyclone5 and socfpga_arria5 config files
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>
-rw-r--r-- | arch/arm/mach-socfpga/Kconfig | 4 | ||||
-rw-r--r-- | include/configs/socfpga_arria5_socdk.h (renamed from include/configs/socfpga_arria5.h) | 0 | ||||
-rw-r--r-- | include/configs/socfpga_cyclone5_socdk.h (renamed from include/configs/socfpga_cyclone5.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 089280a91d..a413ea4d1b 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -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 diff --git a/include/configs/socfpga_arria5.h b/include/configs/socfpga_arria5_socdk.h index 3193684798..3193684798 100644 --- a/include/configs/socfpga_arria5.h +++ b/include/configs/socfpga_arria5_socdk.h diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5_socdk.h index 9e733e5c48..9e733e5c48 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5_socdk.h |