From 650cf237ac4e314d168fbe23fe8fceb9c192849b Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Wed, 16 Feb 2011 17:40:04 +0000 Subject: Fix build errors introduced in r6367 Signed-off-by: Alexandru Gagniuc Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6369 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/vt8237r/lpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/via/vt8237r/lpc.c') diff --git a/src/southbridge/via/vt8237r/lpc.c b/src/southbridge/via/vt8237r/lpc.c index 61f4989f54..7dd013ba89 100644 --- a/src/southbridge/via/vt8237r/lpc.c +++ b/src/southbridge/via/vt8237r/lpc.c @@ -300,7 +300,7 @@ static void vt8237r_init(struct device *dev) pci_write_config8(dev, 0x48, 0x0c); #else - #if CONFIG_SOUTHBRIDGE_VIA_K8T800 + #if defined(CONFIG_SOUTHBRIDGE_VIA_K8T800) /* It seems that when we pair with the K8T800, we need to disable * the A2 mask */ -- cgit v1.2.3