summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-02-22 19:36:41 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2019-03-11 15:53:29 +0900
commit08e0ee059c3a72e2fd1f1f582128ca267b0a5f45 (patch)
tree16b90f3d491e84c43ba1f33365fe4fe648db92fd /include
parent326f98193e38b1f48b92a1daa90d8f46d15045a9 (diff)
configs: odroid_xu3: Use consistent syntax for #include
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/odroid_xu3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index f178549a72..7f4cff1861 100644
--- 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