diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-01-17 21:04:53 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-01-17 21:04:53 +0000 |
commit | ce0c9686d97e9a068f0a3e9eaf6856554ff9b06e (patch) | |
tree | e38f91635193083125f023326724e5bbb56d916c /targets/digitallogic | |
parent | 3a68aeb9033bbf6746236fc9a46e2593a37c4983 (diff) | |
download | coreboot-ce0c9686d97e9a068f0a3e9eaf6856554ff9b06e.tar.xz |
First, a FATAL error, that blows up your BIOS, should NEVER FAIL to
provide more information. The printk_debug in that failure case is now
a printk_error.
The msm stuff is for debugging.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2159 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/digitallogic')
-rw-r--r-- | targets/digitallogic/msm586seg/Config.lb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/targets/digitallogic/msm586seg/Config.lb b/targets/digitallogic/msm586seg/Config.lb index cc0a0be7f8..7624933dc2 100644 --- a/targets/digitallogic/msm586seg/Config.lb +++ b/targets/digitallogic/msm586seg/Config.lb @@ -3,11 +3,11 @@ mainboard digitallogic/msm586seg -option DEFAULT_CONSOLE_LOGLEVEL=10 -option MAXIMUM_CONSOLE_LOGLEVEL=10 +option DEFAULT_CONSOLE_LOGLEVEL=3 +option MAXIMUM_CONSOLE_LOGLEVEL=3 option CONFIG_COMPRESS=0 -option CONFIG_CONSOLE_VGA=1 +option CONFIG_CONSOLE_VGA=0 #romimage "normal" # option USE_FALLBACK_IMAGE=0 |