#if was reversed
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1028 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
505322e48c
commit
eb98b1c319
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue