#if was reversed

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1028 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-07-24 14:20:01 +00:00
parent 505322e48c
commit eb98b1c319
1 changed files with 1 additions and 1 deletions

View File

@ -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)