Fix typo which causes build error if CK804_USE_NIC is set (trivial).
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 22 Sep 2007 19:51:48 +0000 (19:51 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 22 Sep 2007 19:51:48 +0000 (19:51 +0000)
This is tested with abuild so shouldn't break anything.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2800 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/nvidia/ck804/ck804_early_setup.c

index d04c4df65779f546946d1589efeaa6aa01739b64..78d717976a648c11251079cd088a7c0c87f5c726 100644 (file)
@@ -298,7 +298,7 @@ static void ck804_early_setup(void)
                 RES_PORT_IO_8, CK804B_SYSCTRL_IO_BASE + 0xc0+19, ~(0xff), ((0<<4)|(1<<2)|(0<<0)),  
                 RES_PORT_IO_8, CK804B_SYSCTRL_IO_BASE + 0xc0+ 3, ~(0xff), ((0<<4)|(1<<2)|(0<<0)),  
                 RES_PORT_IO_8, CK804B_SYSCTRL_IO_BASE + 0xc0+ 3, ~(0xff), ((0<<4)|(1<<2)|(1<<0)),  
-               RES_PCI_IO, PCI_ADDR(CK804B_BUSN, CK804B_DEVN_BASE+1 , 0, 0xe4), ~(1<<23), (1<<23);
+               RES_PCI_IO, PCI_ADDR(CK804B_BUSN, CK804B_DEVN_BASE+1 , 0, 0xe4), ~(1<<23), (1<<23),
        #endif
 #endif