summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@opensource.altera.com>2015-12-03 16:05:59 -0600
committerMarek Vasut <marex@denx.de>2015-12-20 03:44:56 +0100
commit48275c96ff4deaeca10d9e18c78f6a1e3653efa2 (patch)
treeb408a32946562d9a633eab89431af5c0b8d89065 /include
parenta1684b61054714daae7250e570fe3298f86605b7 (diff)
downloadblackbird-obmc-uboot-48275c96ff4deaeca10d9e18c78f6a1e3653efa2.tar.gz
blackbird-obmc-uboot-48275c96ff4deaeca10d9e18c78f6a1e3653efa2.zip
arm: socfpga: fix trivial header preprocessor for socfpga_common.h
Replace__CONFIG_SOCFPGA_CYCLONE5_COMMON_H__ with __CONFIG_SOCFPGA_COMMON_H__ as the file is now called socfpga_common.h Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/socfpga_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index b57fd4cb6f..3a4df63ef1 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -3,8 +3,8 @@
*
* SPDX-License-Identifier: GPL-2.0+
*/
-#ifndef __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__
-#define __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__
+#ifndef __CONFIG_SOCFPGA_COMMON_H__
+#define __CONFIG_SOCFPGA_COMMON_H__
/* Virtual target or real hardware */
@@ -323,4 +323,4 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
*/
#define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR
-#endif /* __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__ */
+#endif /* __CONFIG_SOCFPGA_COMMON_H__ */
OpenPOWER on IntegriCloud