From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 4 Dec 2015 00:35:27 +0100 Subject: [U-Boot] [PATCH] arm: socfpga: fix trivial header preprocessor for socfpga_common.h In-Reply-To: <1449180359-18139-1-git-send-email-dinguyen@opensource.altera.com> References: <1449180359-18139-1-git-send-email-dinguyen@opensource.altera.com> Message-ID: <201512040035.28021.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, December 03, 2015 at 11:05:59 PM, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > 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 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