new chip stuff
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@994 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2b02b63c54
commit
1b0e79704f
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* some of the types of resources chips can control */
|
/* some of the types of resources chips can control */
|
||||||
#ifndef CHIP_CONFIGURE
|
#ifndef CONFIG_CHIP_CONFIGURE
|
||||||
#define CHIP_CONFIGURE(chip, pass) chip_configure(chip, pass)
|
#define CHIP_CONFIGURE(chip, pass) chip_configure(chip, pass)
|
||||||
#else
|
#else
|
||||||
#define CHIP_CONFIGURE(chip, pass)
|
#define CHIP_CONFIGURE(chip, pass)
|
||||||
|
|
Loading…
Reference in New Issue