ARM: socfpga: rename the cyclone5 and arria5 base address file
When adding support for the Arria10 platform, we're going to name the file base_addr_a10.h, so to be systematic about it, rename the socfpga_base_addr.h to be base_addr_ac5.h for the Arria5 and Cyclone5 platform. Suggested-by: Marek Vasut <marex@denx.de> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
parent
5a7152e4fd
commit
871c24bc50
@ -6,7 +6,7 @@
|
|||||||
#ifndef __CONFIG_SOCFPGA_ARRIA5_H__
|
#ifndef __CONFIG_SOCFPGA_ARRIA5_H__
|
||||||
#define __CONFIG_SOCFPGA_ARRIA5_H__
|
#define __CONFIG_SOCFPGA_ARRIA5_H__
|
||||||
|
|
||||||
#include <asm/arch/socfpga_base_addrs.h>
|
#include <asm/arch/base_addr_ac5.h>
|
||||||
|
|
||||||
/* U-Boot Commands */
|
/* U-Boot Commands */
|
||||||
#define CONFIG_SYS_NO_FLASH
|
#define CONFIG_SYS_NO_FLASH
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#ifndef __CONFIG_SOCFPGA_CYCLONE5_H__
|
#ifndef __CONFIG_SOCFPGA_CYCLONE5_H__
|
||||||
#define __CONFIG_SOCFPGA_CYCLONE5_H__
|
#define __CONFIG_SOCFPGA_CYCLONE5_H__
|
||||||
|
|
||||||
#include <asm/arch/socfpga_base_addrs.h>
|
#include <asm/arch/base_addr_ac5.h>
|
||||||
|
|
||||||
/* U-Boot Commands */
|
/* U-Boot Commands */
|
||||||
#define CONFIG_SYS_NO_FLASH
|
#define CONFIG_SYS_NO_FLASH
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#ifndef __CONFIG_TERASIC_DE0_H__
|
#ifndef __CONFIG_TERASIC_DE0_H__
|
||||||
#define __CONFIG_TERASIC_DE0_H__
|
#define __CONFIG_TERASIC_DE0_H__
|
||||||
|
|
||||||
#include <asm/arch/socfpga_base_addrs.h>
|
#include <asm/arch/base_addr_ac5.h>
|
||||||
|
|
||||||
/* U-Boot Commands */
|
/* U-Boot Commands */
|
||||||
#define CONFIG_SYS_NO_FLASH
|
#define CONFIG_SYS_NO_FLASH
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#ifndef __CONFIG_DENX_MCVEVK_H__
|
#ifndef __CONFIG_DENX_MCVEVK_H__
|
||||||
#define __CONFIG_DENX_MCVEVK_H__
|
#define __CONFIG_DENX_MCVEVK_H__
|
||||||
|
|
||||||
#include <asm/arch/socfpga_base_addrs.h>
|
#include <asm/arch/base_addr_ac5.h>
|
||||||
|
|
||||||
/* U-Boot Commands */
|
/* U-Boot Commands */
|
||||||
#define CONFIG_SYS_NO_FLASH
|
#define CONFIG_SYS_NO_FLASH
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#ifndef __CONFIG_TERASIC_SOCKIT_H__
|
#ifndef __CONFIG_TERASIC_SOCKIT_H__
|
||||||
#define __CONFIG_TERASIC_SOCKIT_H__
|
#define __CONFIG_TERASIC_SOCKIT_H__
|
||||||
|
|
||||||
#include <asm/arch/socfpga_base_addrs.h>
|
#include <asm/arch/base_addr_ac5.h>
|
||||||
|
|
||||||
/* U-Boot Commands */
|
/* U-Boot Commands */
|
||||||
#define CONFIG_SYS_NO_FLASH
|
#define CONFIG_SYS_NO_FLASH
|
||||||
|
Loading…
Reference in New Issue
Block a user