summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-06-07 11:10:43 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-06-07 11:10:43 +0000
commit4146cedae45024077e5772d40a6de821e3738116 (patch)
tree1357eba24cc65b24900151fcb032e9cd2bd8c52f /flash.h
parente2f015836c8d9749d39d97b2f91adba965dc251a (diff)
downloadast2050-flashrom-4146cedae45024077e5772d40a6de821e3738116.zip
ast2050-flashrom-4146cedae45024077e5772d40a6de821e3738116.tar.gz
Fix wiki board enable parameter printing
The logic was incorrect in one place which had && instead of ||. Move the board info #define B to the file where it is used. Corresponding to flashrom svn r1035. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/flash.h b/flash.h
index cf3bd21..62c567c 100644
--- a/flash.h
+++ b/flash.h
@@ -309,12 +309,6 @@ struct board_info {
#endif
};
-#ifdef CONFIG_PRINT_WIKI
-#define B(vendor, name, status, url, note) { vendor, name, status, url, note }
-#else
-#define B(vendor, name, status, url, note) { vendor, name, status }
-#endif
-
extern const struct board_info boards_known[];
extern const struct board_info laptops_known[];
OpenPOWER on IntegriCloud