slight changes to static initialization
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1027 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
9970bfcb7b
commit
505322e48c
|
@ -1 +1,2 @@
|
|||
config chip.h
|
||||
object superio.o
|
||||
|
|
|
@ -17,7 +17,7 @@ void sio_enable(struct chip *chip, enum chip_pass pass)
|
|||
struct superio_NSC_pc87360_config *conf = (struct superio_NSC_pc87360_config *)chip->chip_info;
|
||||
|
||||
switch (pass) {
|
||||
case CHIP_PRE_CONSOLE:
|
||||
case CONF_PASS_PRE_CONSOLE:
|
||||
/* Enable Super IO Chip */
|
||||
pnp_output(0x07, 6); /* LD 6 = UART1 */
|
||||
pnp_output(0x30, 0); /* Dectivate */
|
||||
|
|
Loading…
Reference in New Issue