Hi,
On Tue, Oct 24, 2006 at 09:02:19AM -0600, Ronald G Minnich wrote:
Index: targets/olpc/btest/Config.lb
--- targets/olpc/btest/Config.lb (revision 2470) +++ targets/olpc/btest/Config.lb (working copy) @@ -12,8 +12,8 @@ option ROM_SIZE=(1024*1024)-(64*1024)-(64*1024) option FALLBACK_SIZE=ROM_SIZE
-option DEFAULT_CONSOLE_LOGLEVEL = 11 -option MAXIMUM_CONSOLE_LOGLEVEL = 11 +option DEFAULT_CONSOLE_LOGLEVEL = 3 +option MAXIMUM_CONSOLE_LOGLEVEL = 3 romimage "fallback" option USE_FALLBACK_IMAGE=1 option ROM_IMAGE_SIZE=32*1024
Signed-off-by: Ronald G. Minnich (rminnich@lanl.gov)
I'd put the email address in <foo> brackets when you commit. Not sure whether the current regex allows (foo) brackets in commits (I'd probably even say it shouldn't, for consistency reasons).
Other than that: Acked-by: Uwe Hermann uwe@hermann-uwe.de
Uwe.