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

Marek Vasut marex at denx.de
Fri Dec 4 00:35:27 CET 2015


On Thursday, December 03, 2015 at 11:05:59 PM, dinguyen at opensource.altera.com 
wrote:
> From: Dinh Nguyen <dinguyen at 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 at 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


More information about the U-Boot mailing list