mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02: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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user