
10 Jan
2012
10 Jan
'12
10:48 p.m.
On Tuesday 10 January 2012 16:36:20 Doug Anderson wrote:
--- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c
+static void fixup_silent_linux(void) __attribute__ ((deprecated));
__deprecated (from linux/compiler.h)
--- a/doc/README.silent +++ b/doc/README.silent
+CONFIG_DEPRECATED_SILENT_LINUX_CONSOLE with the warning that using
s/warning/caveat/
+the option opens you up to a buffer overrun if your linux bootargs +can be >256 bytes.
s/can be/are/
+also silence the Linux console, a script like this may help you (where
the pedant in me says: s/may/might/ -mike