diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-02-22 19:36:41 +0100 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2019-03-11 15:53:29 +0900 |
commit | 08e0ee059c3a72e2fd1f1f582128ca267b0a5f45 (patch) | |
tree | 16b90f3d491e84c43ba1f33365fe4fe648db92fd /include/configs/odroid_xu3.h | |
parent | 326f98193e38b1f48b92a1daa90d8f46d15045a9 (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/configs/odroid_xu3.h')
-rw-r--r-- | include/configs/odroid_xu3.h | 2 |
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 |