[U-Boot] [PATCH 5/8] m28evk: fix board config include guardian macro name
Wolfgang Denk
wd at denx.de
Sun May 13 20:46:51 CEST 2012
Dear Marek Vasut,
In message <201205131912.57149.marex at denx.de> you wrote:
> Dear Otavio Salvador,
>
> > Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> > ---
> > 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?
It's OK with me, too.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Why waste negative entropy on comments, when you could use the same
entropy to create bugs instead?" - Steve Elias
More information about the U-Boot
mailing list