merge changes to match agami's production environment
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2940 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
f7daa0bbaf
commit
25d712ac16
|
@ -247,8 +247,8 @@ default CONFIG_CONSOLE_SERIAL8250=1
|
|||
#default TTYS0_BAUD=115200
|
||||
#default TTYS0_BAUD=57600
|
||||
#default TTYS0_BAUD=38400
|
||||
default TTYS0_BAUD=19200
|
||||
#default TTYS0_BAUD=9600
|
||||
#default TTYS0_BAUD=19200
|
||||
default TTYS0_BAUD=9600
|
||||
#default TTYS0_BAUD=4800
|
||||
#default TTYS0_BAUD=2400
|
||||
#default TTYS0_BAUD=1200
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#define ASSEMBLY 1
|
||||
#define ASM_CONSOLE_LOGLEVEL 3
|
||||
#define __ROMCC__
|
||||
|
||||
#define RAMINIT_SYSINFO 0
|
||||
|
|
Loading…
Reference in New Issue