From eb98b1c3190ee3504c865e10b64fc38d12d4d050 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 24 Jul 2003 14:20:01 +0000 Subject: [PATCH] #if was reversed git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1028 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/device/chip.h b/src/include/device/chip.h index 448665ecd0..d1132a1f36 100644 --- a/src/include/device/chip.h +++ b/src/include/device/chip.h @@ -6,7 +6,7 @@ */ /* some of the types of resources chips can control */ -#ifndef CONFIG_CHIP_CONFIGURE +#if CONFIG_CHIP_CONFIGURE == 1 #define CONFIGURE(pass) chip_configure(&static_root, pass) #else #define CONFIGURE(pass)