diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:58:30 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:58:30 +0000 |
commit | 613c72abc472307d68a07f8af8e91d9b5ba49a15 (patch) | |
tree | 332182cec0f10e959b0df8777e7d09980be372a8 | |
parent | 0a864f51a790bc550f1234d329a8cae919cf93d5 (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-15
Creator: Ronald G. Minnich <rminnich@lanl.gov>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1933 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/via/epia/Options.lb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/via/epia/Options.lb b/src/mainboard/via/epia/Options.lb index 6380f0f2d7..d8d3490dd0 100644 --- a/src/mainboard/via/epia/Options.lb +++ b/src/mainboard/via/epia/Options.lb @@ -36,6 +36,10 @@ uses OBJCOPY uses DEFAULT_CONSOLE_LOGLEVEL uses MAXIMUM_CONSOLE_LOGLEVEL +# logging +uses DEFAULT_CONSOLE_LOGLEVEL +uses MAXIMUM_CONSOLE_LOGLEVEL + ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE = 256*1024 |