From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 13 May 2012 19:12:56 +0200 Subject: [U-Boot] [PATCH 5/8] m28evk: fix board config include guardian macro name In-Reply-To: <1336866018-614-6-git-send-email-otavio@ossystems.com.br> References: <1336866018-614-1-git-send-email-otavio@ossystems.com.br> <1336866018-614-6-git-send-email-otavio@ossystems.com.br> Message-ID: <201205131912.57149.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 Dear Otavio Salvador, > Signed-off-by: Otavio Salvador > --- > include/configs/m28evk.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h > index ebf7e39..c1ae996 100644 > --- a/include/configs/m28evk.h > +++ b/include/configs/m28evk.h > @@ -17,8 +17,8 @@ > * Foundation, Inc., 59 Temple Place, Suite 330, Boston, > * MA 02111-1307 USA > */ > -#ifndef __M28_H__ > -#define __M28_H__ > +#ifndef __M28EVK_CONFIG_H__ > +#define __M28EVK_CONFIG_H__ The module itself is called "m28", but this change is ok with me. WD? > > #include > > @@ -327,4 +327,4 @@ > "fi ; " \ > "fi\0" > > -#endif /* __M28_H__ */ > +#endif /* __M28EVK_CONFIG_H__ */ Best regards, Marek Vasut