diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-03-15 12:26:12 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-03-15 12:26:12 +0000 |
commit | e989be26e6bbca47d4c47b651a864da9763d7adc (patch) | |
tree | 0ea7f2e9c58ad7c72e8028aacc4704d0afb9add4 /targets/amd/serengeti_cheetah_fam10 | |
parent | 5671787b9e36ca80b39dcbbfb0307e3c697c8e20 (diff) |
BIOS_SPEW is log level 9. There is nothing beyound that line.
(Thus the patch is trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3149 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/amd/serengeti_cheetah_fam10')
-rw-r--r-- | targets/amd/serengeti_cheetah_fam10/Config-lab.lb | 4 | ||||
-rw-r--r-- | targets/amd/serengeti_cheetah_fam10/Config.lb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/targets/amd/serengeti_cheetah_fam10/Config-lab.lb b/targets/amd/serengeti_cheetah_fam10/Config-lab.lb index b67e3396fc..61e1b3c762 100644 --- a/targets/amd/serengeti_cheetah_fam10/Config-lab.lb +++ b/targets/amd/serengeti_cheetah_fam10/Config-lab.lb @@ -25,9 +25,9 @@ target serengeti_cheetah_fam10 mainboard amd/serengeti_cheetah_fam10 # Request this level of debugging output - option DEFAULT_CONSOLE_LOGLEVEL=11 + option DEFAULT_CONSOLE_LOGLEVEL=9 # At a maximum only compile in this level of debugging - option MAXIMUM_CONSOLE_LOGLEVEL=11 + option MAXIMUM_CONSOLE_LOGLEVEL=9 # 1024KB ROM option ROM_SIZE=1024*1024 diff --git a/targets/amd/serengeti_cheetah_fam10/Config.lb b/targets/amd/serengeti_cheetah_fam10/Config.lb index 59e2cc94c3..6598542c6b 100644 --- a/targets/amd/serengeti_cheetah_fam10/Config.lb +++ b/targets/amd/serengeti_cheetah_fam10/Config.lb @@ -25,9 +25,9 @@ target serengeti_cheetah_fam10 mainboard amd/serengeti_cheetah_fam10 # Request this level of debugging output - option DEFAULT_CONSOLE_LOGLEVEL=11 + option DEFAULT_CONSOLE_LOGLEVEL=9 # At a maximum only compile in this level of debugging - option MAXIMUM_CONSOLE_LOGLEVEL=11 + option MAXIMUM_CONSOLE_LOGLEVEL=9 # 512KB ROM option ROM_SIZE=512*1024 |