From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: socfpga: fix trivial header preprocessor for socfpga_common.h
Date: Fri, 4 Dec 2015 00:35:27 +0100 [thread overview]
Message-ID: <201512040035.28021.marex@denx.de> (raw)
In-Reply-To: <1449180359-18139-1-git-send-email-dinguyen@opensource.altera.com>
On Thursday, December 03, 2015 at 11:05:59 PM, dinguyen at opensource.altera.com
wrote:
> From: Dinh Nguyen <dinguyen@opensource.altera.com>
>
> Replace__CONFIG_SOCFPGA_CYCLONE5_COMMON_H__ with
> __CONFIG_SOCFPGA_OMMON_H__ as the file is now called socfpga_common.h
COMMON, not OMMON ... please be more careful next time.
> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Fixed and applied.
> ---
> include/configs/socfpga_common.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/configs/socfpga_common.h
> b/include/configs/socfpga_common.h index b3f65b6..99a1c53 100644
> --- a/include/configs/socfpga_common.h
> +++ b/include/configs/socfpga_common.h
> @@ -3,8 +3,8 @@
> *
> * SPDX-License-Identifier: GPL-2.0+
> */
> -#ifndef __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__
> -#define __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__
> +#ifndef __CONFIG_SOCFPGA_COMMON_H__
> +#define __CONFIG_SOCFPGA_OMMON_H__
>
>
> /* Virtual target or real hardware */
> @@ -326,4 +326,4 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
> */
> #define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR
>
> -#endif /* __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__ */
> +#endif /* __CONFIG_SOCFPGA_COMMON_H__ */
Best regards,
Marek Vasut
prev parent reply other threads:[~2015-12-03 23:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-03 22:05 [U-Boot] [PATCH] arm: socfpga: fix trivial header preprocessor for socfpga_common.h dinguyen at opensource.altera.com
2015-12-03 23:35 ` Marek Vasut [this message]
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=201512040035.28021.marex@denx.de \
--to=marex@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