]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mx6sabresd: Fix guard file symbol
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 1 Jun 2017 15:59:52 +0000 (12:59 -0300)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Jul 2017 07:42:33 +0000 (09:42 +0200)
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

index a8c0e035829a358cef11735cbfb3e4580ab41790..3eba70a5a4a4441daa611281584284d4a0304719 100644 (file)
@@ -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 */