mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
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>
This commit is contained in:
parent
a1684b6105
commit
48275c96ff
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: GPL-2.0+
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
#ifndef __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__
|
#ifndef __CONFIG_SOCFPGA_COMMON_H__
|
||||||
#define __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__
|
#define __CONFIG_SOCFPGA_COMMON_H__
|
||||||
|
|
||||||
|
|
||||||
/* Virtual target or real hardware */
|
/* 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
|
#define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR
|
||||||
|
|
||||||
#endif /* __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__ */
|
#endif /* __CONFIG_SOCFPGA_COMMON_H__ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue