[U-Boot] [PATCH 2/2 v7] Add support for MINI2440 (s3c2440).
Gabriel Huau
contact at huau-gabriel.fr
Mon Apr 30 15:31:27 CEST 2012
On Mon, Apr 30, 2012 at 03:21:49PM +0200, Marek Vasut wrote:
> Dear Gabriel Huau,
>
> > +
> > +/*
> > + * Miscellaneous configurable options
> > + */
> > +#define CONFIG_LONGHELP
> > +#define CONFIG_SYS_PROMPT "MINI2440 => "
> > +#define CONFIG_SYS_CBSIZE 256
> > +#define CONFIG_SYS_PBSIZE
> (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
> > +#define CONFIG_SYS_MAXARGS 32
> > +#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
>
> #define[tab] mixed with #define[space] ... also, please Cc Albert Aribaud for
> the next round, he'll likely pick this up.
>
You gonna to kill me ... :P. checkpatch.pl didn't see this obfuscation
;).
More information about the U-Boot
mailing list