diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-02 18:16:07 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-02 18:16:07 +0000 |
commit | cb3f498296bad22b360796139bc454d141d7ccc9 (patch) | |
tree | 34b62e7987a0d39a85da4afc325994fd65c83d89 /targets/via | |
parent | 53311091a63f3fd63f24e296246e040730dfabbe (diff) |
success. It boots as a bproc slave now.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1176 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/via')
-rw-r--r-- | targets/via/epia/Config.512kflash.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/via/epia/Config.512kflash.lb b/targets/via/epia/Config.512kflash.lb index 5beec2ec6e..49eb37c3a5 100644 --- a/targets/via/epia/Config.512kflash.lb +++ b/targets/via/epia/Config.512kflash.lb @@ -52,8 +52,8 @@ uses LINUXBIOS_EXTRA_VERSION option CONFIG_CHIP_CONFIGURE=1 option CONFIG_KEYBOARD=1 -option MAXIMUM_CONSOLE_LOGLEVEL=10 -option DEFAULT_CONSOLE_LOGLEVEL=10 +option MAXIMUM_CONSOLE_LOGLEVEL=8 +option DEFAULT_CONSOLE_LOGLEVEL=8 option CONFIG_CONSOLE_SERIAL8250=1 option CPU_FIXUP=1 |