summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/include/mach/cpu.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-04-25 06:29:47 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-05-05 14:28:29 +0200
commit250eea74b98fb36c6bd7bebfa5ba9980b9347340 (patch)
treec6102e0c6b17302831d667d61b5ed1f99a655826 /arch/arm/mach-mvebu/include/mach/cpu.h
parentd0787656405fc9a43f00715a0d05c2860cbe7b81 (diff)
downloadblackbird-obmc-uboot-250eea74b98fb36c6bd7bebfa5ba9980b9347340.tar.gz
blackbird-obmc-uboot-250eea74b98fb36c6bd7bebfa5ba9980b9347340.zip
arm: mvebu: Change header macros from ARMADA_XP to MVEBU
Since these files will be used for other MVEBU SoC's, lets reflect this in the headers marcos as well. Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com> Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'arch/arm/mach-mvebu/include/mach/cpu.h')
-rw-r--r--arch/arm/mach-mvebu/include/mach/cpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/cpu.h b/arch/arm/mach-mvebu/include/mach/cpu.h
index 4f5ff96d84..297ac5266d 100644
--- a/arch/arm/mach-mvebu/include/mach/cpu.h
+++ b/arch/arm/mach-mvebu/include/mach/cpu.h
@@ -6,8 +6,8 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#ifndef _ARMADA_XP_CPU_H
-#define _ARMADA_XP_CPU_H
+#ifndef _MVEBU_CPU_H
+#define _MVEBU_CPU_H
#include <asm/system.h>
@@ -120,4 +120,4 @@ int serdes_phy_config(void);
*/
int ddr3_init(void);
#endif /* __ASSEMBLY__ */
-#endif /* _ARMADA_XP_CPU_H */
+#endif /* _MVEBU_CPU_H */
OpenPOWER on IntegriCloud