summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-07-30 13:30:17 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2009-07-30 13:30:17 +0000
commitbc25f947fe9a365ba89fac19bd24c377c10243aa (patch)
tree50e1d66441dcc18b74aa192c51aac257fe51548f /flash.h
parent350a0c348e7ca0e3c18add2d6db17a020e76f86e (diff)
downloadast2050-flashrom-bc25f947fe9a365ba89fac19bd24c377c10243aa.zip
ast2050-flashrom-bc25f947fe9a365ba89fac19bd24c377c10243aa.tar.gz
Boards with coreboot have a cbtable containing vendor and board name
Flashrom tries to match these with board enable entries in its database. If no such board enable entry exists because the board doesn't need one, flashrom complains. Silence that complaint. Corresponding to flashrom svn r668. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Slightly updated and Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index d8454ff..8a80dc5 100644
--- a/flash.h
+++ b/flash.h
@@ -402,6 +402,7 @@ int handle_romentries(uint8_t *buffer, uint8_t *content);
/* cbtable.c */
int coreboot_init(void);
extern char *lb_part, *lb_vendor;
+extern int partvendor_from_cbtable;
/* spi.c */
enum spi_controller {
OpenPOWER on IntegriCloud