summaryrefslogtreecommitdiff
path: root/include/configs/uniphier.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2020-07-30 18:28:04 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2020-08-18 02:01:14 +0900
commit184831f6569da703758820f128efea4086ae0eb8 (patch)
treeecc6baeb73b38793514fc1fbe1b0141a65b5a874 /include/configs/uniphier.h
parent789bfb52668ee609b2043de645e2f94bbd24fd1f (diff)
ARM: uniphier: rename include guard of include/configs/uniphier.h
Make the include guard match to the file name. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r--include/configs/uniphier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 740249a74f..bad4e41372 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -7,8 +7,8 @@
/* U-Boot - Common settings for UniPhier Family */
-#ifndef __CONFIG_UNIPHIER_COMMON_H__
-#define __CONFIG_UNIPHIER_COMMON_H__
+#ifndef __CONFIG_UNIPHIER_H__
+#define __CONFIG_UNIPHIER_H__
#ifndef CONFIG_SPL_BUILD
#include <config_distro_bootcmd.h>
@@ -210,4 +210,4 @@
#define CONFIG_SPL_PAD_TO 0x20000
-#endif /* __CONFIG_UNIPHIER_COMMON_H__ */
+#endif /* __CONFIG_UNIPHIER_H__ */