diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-11-28 04:39:45 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-11-28 04:39:45 +0000 |
commit | 284c27f29971326bd786e89c1ceb3f51a53203db (patch) | |
tree | f33b9ced0942a0fcb3f815730761adc22cf5142f /targets/digitallogic | |
parent | 637b6998650619252b89e29f2add0167780e70db (diff) |
fixes to make adl855pc compile.
fixes to emulator.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1806 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/digitallogic')
-rw-r--r-- | targets/digitallogic/adl855pc/Config.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/targets/digitallogic/adl855pc/Config.lb b/targets/digitallogic/adl855pc/Config.lb index 9d3c551461..126bc0d5ad 100644 --- a/targets/digitallogic/adl855pc/Config.lb +++ b/targets/digitallogic/adl855pc/Config.lb @@ -4,6 +4,8 @@ target adl855pc mainboard digitallogic/adl855pc +option DEFAULT_CONSOLE_LOGLEVEL=10 +option MAXIMUM_CONSOLE_LOGLEVEL=10 romimage "normal" option USE_FALLBACK_IMAGE=0 option ROM_IMAGE_SIZE=0x10000 |