diff mbox series

[U-Boot,2/4] configs: odroid_xu3: Use consistent syntax for #include

Message ID 20190222183643.5995-2-krzk@kernel.org
State Accepted
Commit 08e0ee059c3a72e2fd1f1f582128ca267b0a5f45
Delegated to: Minkyu Kang
Headers show
Series [U-Boot,1/4] arm: exynos: arndale: Replace Chander Kashyap inactive maintainer | expand

Commit Message

Krzysztof Kozlowski Feb. 22, 2019, 6:36 p.m. UTC
When including other header from configs, use consistent <> syntax.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 include/configs/odroid_xu3.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lukasz Majewski Feb. 24, 2019, 9:32 p.m. UTC | #1
On Fri, 22 Feb 2019 19:36:41 +0100
Krzysztof Kozlowski <krzk@kernel.org> wrote:

> When including other header from configs, use consistent <> syntax.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  include/configs/odroid_xu3.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/odroid_xu3.h
> b/include/configs/odroid_xu3.h index f178549a7223..7f4cff186151 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

Reviewed-by: Lukasz Majewski <lukma@denx.de>


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
Minkyu Kang March 12, 2019, 1:10 a.m. UTC | #2
On 23/02/2019 03:36, Krzysztof Kozlowski wrote:
> When including other header from configs, use consistent <> syntax.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  include/configs/odroid_xu3.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
> index f178549a7223..7f4cff186151 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
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.
diff mbox series

Patch

diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index f178549a7223..7f4cff186151 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