diff mbox

[U-Boot] arm: socfpga: fix trivial header preprocessor for socfpga_common.h

Message ID 1449180359-18139-1-git-send-email-dinguyen@opensource.altera.com
State Accepted
Delegated to: Marek Vasut
Headers show

Commit Message

Dinh Nguyen Dec. 3, 2015, 10:05 p.m. UTC
From: Dinh Nguyen <dinguyen@opensource.altera.com>

Replace__CONFIG_SOCFPGA_CYCLONE5_COMMON_H__ with
__CONFIG_SOCFPGA_OMMON_H__ as the file is now called socfpga_common.h

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
 include/configs/socfpga_common.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Marek Vasut Dec. 3, 2015, 11:35 p.m. UTC | #1
On Thursday, December 03, 2015 at 11:05:59 PM, dinguyen@opensource.altera.com 
wrote:
> From: Dinh Nguyen <dinguyen@opensource.altera.com>
> 
> Replace__CONFIG_SOCFPGA_CYCLONE5_COMMON_H__ with
> __CONFIG_SOCFPGA_OMMON_H__ as the file is now called socfpga_common.h

COMMON, not OMMON ... please be more careful next time.

> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>

Fixed and applied.

> ---
>  include/configs/socfpga_common.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/include/configs/socfpga_common.h
> b/include/configs/socfpga_common.h index b3f65b6..99a1c53 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_OMMON_H__
> 
> 
>  /* Virtual target or real hardware */
> @@ -326,4 +326,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__ */

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index b3f65b6..99a1c53 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_OMMON_H__
 
 
 /* Virtual target or real hardware */
@@ -326,4 +326,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__ */