projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
326f981
)
configs: odroid_xu3: Use consistent syntax for #include
author
Krzysztof Kozlowski
<krzk@kernel.org>
Fri, 22 Feb 2019 18:36:41 +0000
(19:36 +0100)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Mon, 11 Mar 2019 06:53:29 +0000
(15:53 +0900)
When including other header from configs, use consistent <> syntax.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/odroid_xu3.h
patch
|
blob
|
history
diff --git
a/include/configs/odroid_xu3.h
b/include/configs/odroid_xu3.h
index f178549a7223c10bf99a5f00b8723d4fce72b67f..7f4cff186151a1f86eab4d1e89f9368791ca27bf 100644
(file)
--- a/
include/configs/odroid_xu3.h
+++ b/
include/configs/odroid_xu3.h
@@
-7,7
+7,7
@@
#ifndef __CONFIG_ODROID_XU3_H
#define __CONFIG_ODROID_XU3_H
-#include
"exynos5420-common.h"
+#include
<configs/exynos5420-common.h>
#include <configs/exynos5-common.h>
#define CONFIG_BOARD_COMMON