aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-08-18 21:28:49 -0400
committerTom Rini <trini@konsulko.com>2020-08-18 21:28:49 -0400
commitba989cf1cac82f10efc749aaf2aaff1694894e71 (patch)
treeec4b3458d9d022cceab590c91a9bf5a80f488947 /include/configs
parent789bfb52668ee609b2043de645e2f94bbd24fd1f (diff)
parent65282edbdf2f30e97c1680e856e6e9fb7af26f8b (diff)
downloadu-boot-ba989cf1cac82f10efc749aaf2aaff1694894e71.zip
u-boot-ba989cf1cac82f10efc749aaf2aaff1694894e71.tar.gz
u-boot-ba989cf1cac82f10efc749aaf2aaff1694894e71.tar.bz2
Merge tag 'uniphier-v2020.10-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier
UniPhier SoC updates for v2020.10 (2nd) - minor code cleanups - sync DT with Linux
Diffstat (limited to 'include/configs')
-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 740249a..bad4e41 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__ */