Dear Doug Anderson,

In message <1326223018-12441-2-git-send-email-diand...@chromium.org> you wrote:
> I have set this config option based on the existing usage of
> CONFIG_SILENT_CONSOLE.  This is to support a future change
> deprecating the silencing of the linux console in bootm by
> having bootm modify the linux command-line arguments.
...

> --- a/include/configs/KUP4K.h
> +++ b/include/configs/KUP4K.h
> @@ -502,6 +502,9 @@
>  #define CONFIG_SYS_DEVICE_NULLDEV    1       /* enble null device            
> */
>  #define CONFIG_VERSION_VARIABLE              1
>  
> +/* Added based on usage of CONFIG_SILENT_CONSOLE; please remove when 
> possible */
> +#define CONFIG_DEPRECATED_SILENT_LINUX_CONSOLE 1

And can you please place this new #define not somewhere in the middle
of the file, but instead very close (immendiately preceeding or
following lines) to the CONFIG_SILENT_CONSOLE definition.


Hm...actually - why do we need both now?  This is ugly and makes
little sense to me.

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: w...@denx.de
"Where humor is concerned there are no standards -- no  one  can  say
what is good or bad, although you can be sure that everyone will.
- John Kenneth Galbraith
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to