summaryrefslogtreecommitdiff
path: root/util/sconfig/sconfig.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-10-07 15:08:32 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2012-10-08 13:24:31 +0200
commitaada2e127b43a81483064281cadc4d5fafcc3272 (patch)
tree0e2d03b02196d957307e2c5b419e54e70ff5dfac /util/sconfig/sconfig.h
parent9c9eb8cbc9deadf2b342236f71d1c9da59a97644 (diff)
downloadcoreboot-aada2e127b43a81483064281cadc4d5fafcc3272.tar.xz
Every chip must have chip_operations
Forcing this rule, chip_ops can be added in the static devicetree regardless of the existence of the chip.h files. Change-Id: Iec1c23484e85cab3f80a34f2b082088f38ac4de9 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/1472 Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/sconfig/sconfig.h')
-rw-r--r--util/sconfig/sconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/sconfig/sconfig.h b/util/sconfig/sconfig.h
index 15766006a7..b8a231a1c2 100644
--- a/util/sconfig/sconfig.h
+++ b/util/sconfig/sconfig.h
@@ -86,6 +86,7 @@ struct device *head;
struct header;
struct header {
char *name;
+ int chiph_exists;
struct header *next;
};