Skip to content

Commit

Permalink
ARM: uniphier: rename include guard of include/configs/uniphier.h
Browse files Browse the repository at this point in the history
Make the include guard match to the file name.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Aug 17, 2020
1 parent 789bfb5 commit 184831f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/configs/uniphier.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -210,4 +210,4 @@

#define CONFIG_SPL_PAD_TO 0x20000

#endif /* __CONFIG_UNIPHIER_COMMON_H__ */
#endif /* __CONFIG_UNIPHIER_H__ */

0 comments on commit 184831f

Please sign in to comment.