summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-07-21 15:12:38 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-07-21 15:12:38 +0000
commit1b0e79704f5b8d04ad5dbe9781ea01b3a2159b0d (patch)
treed9bcec163d51e6c7dda0412bf7e6d473438d9a25 /src/include
parent2b02b63c545e82d6679a4fb40e4001b499bf572f (diff)
downloadcoreboot-1b0e79704f5b8d04ad5dbe9781ea01b3a2159b0d.tar.xz
new chip stuff
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@994 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include')
-rw-r--r--src/include/device/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/chip.h b/src/include/device/chip.h
index 328b64216e..10b4017d4a 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 CHIP_CONFIGURE
+#ifndef CONFIG_CHIP_CONFIGURE
#define CHIP_CONFIGURE(chip, pass) chip_configure(chip, pass)
#else
#define CHIP_CONFIGURE(chip, pass)