From aada2e127b43a81483064281cadc4d5fafcc3272 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 7 Oct 2012 15:08:32 +0200 Subject: Every chip must have chip_operations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/1472 Tested-by: build bot (Jenkins) --- util/sconfig/sconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/sconfig/sconfig.h') 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; }; -- cgit v1.2.3