mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 05:01:30 +00:00
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>
This commit is contained in:
parent
789bfb5266
commit
184831f656
1 changed files with 3 additions and 3 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue