diff options
| author | Krzysztof Kozlowski <[email protected]> | 2019-02-22 19:36:41 +0100 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2019-03-11 15:53:29 +0900 |
| commit | 08e0ee059c3a72e2fd1f1f582128ca267b0a5f45 (patch) | |
| tree | 16b90f3d491e84c43ba1f33365fe4fe648db92fd /include | |
| 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 <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
| -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 f178549a722..7f4cff18615 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 |
