diff mbox

[U-Boot] mx6sabresd: Fix guard file symbol

Message ID 1496332792-4457-1-git-send-email-fabio.estevam@nxp.com
State Accepted
Commit 258f76fd214e7cbefa3e35168252809ccf52c226
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam June 1, 2017, 3:59 p.m. UTC
Remove the "Q" from the file guard symbol, so that it matches
the file name.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 include/configs/mx6sabresd.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Stefano Babic June 29, 2017, 8:22 a.m. UTC | #1
On 01/06/2017 17:59, Fabio Estevam wrote:
> Remove the "Q" from the file guard symbol, so that it matches
> the file name.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  include/configs/mx6sabresd.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
> index a8c0e03..3eba70a 100644
> --- a/include/configs/mx6sabresd.h
> +++ b/include/configs/mx6sabresd.h
> @@ -6,8 +6,8 @@
>   * SPDX-License-Identifier:	GPL-2.0+
>   */
>  
> -#ifndef __MX6QSABRESD_CONFIG_H
> -#define __MX6QSABRESD_CONFIG_H
> +#ifndef __MX6SABRESD_CONFIG_H
> +#define __MX6SABRESD_CONFIG_H
>  
>  #ifdef CONFIG_SPL
>  #include "imx6_spl.h"
> @@ -71,4 +71,4 @@
>  #define CONFIG_USB_MAX_CONTROLLER_COUNT	1 /* Enabled USB controller number */
>  #endif
>  
> -#endif                         /* __MX6QSABRESD_CONFIG_H */
> +#endif                         /* __MX6SABRESD_CONFIG_H */
> 

Applied to u-boot-imx, -next, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
index a8c0e03..3eba70a 100644
--- a/include/configs/mx6sabresd.h
+++ b/include/configs/mx6sabresd.h
@@ -6,8 +6,8 @@ 
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
-#ifndef __MX6QSABRESD_CONFIG_H
-#define __MX6QSABRESD_CONFIG_H
+#ifndef __MX6SABRESD_CONFIG_H
+#define __MX6SABRESD_CONFIG_H
 
 #ifdef CONFIG_SPL
 #include "imx6_spl.h"
@@ -71,4 +71,4 @@ 
 #define CONFIG_USB_MAX_CONTROLLER_COUNT	1 /* Enabled USB controller number */
 #endif
 
-#endif                         /* __MX6QSABRESD_CONFIG_H */
+#endif                         /* __MX6SABRESD_CONFIG_H */