summaryrefslogtreecommitdiff
path: root/include/configs/mx6sabresd.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-06-01 12:59:52 -0300
committerStefano Babic <sbabic@denx.de>2017-07-12 09:42:33 +0200
commit258f76fd214e7cbefa3e35168252809ccf52c226 (patch)
tree499de7e8992a9931b43935fac95d4c00935f1688 /include/configs/mx6sabresd.h
parentb8b9790e23a7d6eec08d66192853ecb61bcae095 (diff)
mx6sabresd: Fix guard file symbol
Remove the "Q" from the file guard symbol, so that it matches the file name. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include/configs/mx6sabresd.h')
-rw-r--r--include/configs/mx6sabresd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
index a8c0e03582..3eba70a5a4 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 */