From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] configs: odroid_xu3: Use consistent syntax for #include
Date: Sun, 24 Feb 2019 22:32:17 +0100 [thread overview]
Message-ID: <20190224223217.168743c1@jawa> (raw)
In-Reply-To: <20190222183643.5995-2-krzk@kernel.org>
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 at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190224/b2c25ec0/attachment.sig>
next prev parent reply other threads:[~2019-02-24 21:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20190222183701epcas3p2338ba674d08d139e5941ec02c9e84556@epcas3p2.samsung.com>
2019-02-22 18:36 ` [U-Boot] [PATCH 1/4] arm: exynos: arndale: Replace Chander Kashyap inactive maintainer Krzysztof Kozlowski
2019-02-22 18:36 ` [U-Boot] [PATCH 2/4] configs: odroid_xu3: Use consistent syntax for #include Krzysztof Kozlowski
2019-02-24 21:32 ` Lukasz Majewski [this message]
2019-03-12 1:10 ` Minkyu Kang
2019-02-22 18:36 ` [U-Boot] [PATCH 3/4] configs: odroid_xu3: Unify indentation Krzysztof Kozlowski
2019-02-24 21:32 ` Lukasz Majewski
2019-03-12 1:10 ` Minkyu Kang
2019-02-22 18:36 ` [U-Boot] [PATCH 4/4] arm: exynos: Remove duplicated "boardname" env setting Krzysztof Kozlowski
2019-02-24 21:32 ` Lukasz Majewski
2019-03-12 1:10 ` Minkyu Kang
2019-02-22 21:39 ` [U-Boot] [PATCH 1/4] arm: exynos: arndale: Replace Chander Kashyap inactive maintainer Lukasz Majewski
2019-03-12 1:10 ` Minkyu Kang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190224223217.168743c1@jawa \
--to=lukma@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox