diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:58:28 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:58:28 +0000 |
commit | 0a864f51a790bc550f1234d329a8cae919cf93d5 (patch) | |
tree | 9b00734bc34d6aef3e8e269f68dfe0609f86f29b | |
parent | 9a2893fd9d8df874b6c6f109b33c63a1b90c9edc (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-14
Creator: Ronald G. Minnich <rminnich@lanl.gov>
add console options to via/epia/Options.lb
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1932 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 71ffcb110a..6380f0f2d7 100644 --- a/src/mainboard/via/epia/Options.lb +++ b/src/mainboard/via/epia/Options.lb @@ -32,6 +32,10 @@ uses CC uses HOSTCC uses OBJCOPY +# 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 |