diff options
author | Ronald G. Minnich <rminnich@lanl.gov> | 2006-10-24 18:47:29 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-10-24 18:47:29 +0000 |
commit | f327e655ce3bb6f9569b57d7a5ab28a9eab18ca2 (patch) | |
tree | ad6881d76b7c8881fbf0adeca148dded955159e8 /targets/olpc | |
parent | 814b458b633dcf478e9e375d0a3b741b3a153c0f (diff) |
reduce verbosity on OLPC btest boards.
Signed-off-by: Ronald G. Minnich <rminnich@lanl.gov>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2471 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/olpc')
-rw-r--r-- | targets/olpc/btest/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/olpc/btest/Config.lb b/targets/olpc/btest/Config.lb index 03e3b9c79c..f7c971c8c0 100644 --- a/targets/olpc/btest/Config.lb +++ b/targets/olpc/btest/Config.lb @@ -12,8 +12,8 @@ mainboard olpc/btest 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 |