summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2010-01-20 14:45:03 +0000
committerLuc Verhaegen <libv@skynet.be>2010-01-20 14:45:03 +0000
commit93938c32f65f0f284d1647aac2d013dcfdffcef9 (patch)
tree8b038069a90a8c81998d0ca532fd5cf58500ffd7 /flash.h
parent6701ee833c31ab5152757ac1366a41bf103dc342 (diff)
downloadast2050-flashrom-93938c32f65f0f284d1647aac2d013dcfdffcef9.zip
ast2050-flashrom-93938c32f65f0f284d1647aac2d013dcfdffcef9.tar.gz
Boards: Add max_rom_decode_parallel entry to board enable table
This is a quick fix for board specific parallel addressing limits. Corresponding to flashrom svn r875. Signed-off-by: Luc Verhaegen <libv@skynet.be> Acked-by: Sean Nelson <audiohacked@gmail.com>
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 308e19b..f0ac246 100644
--- a/flash.h
+++ b/flash.h
@@ -275,6 +275,7 @@ struct board_pciid_enable {
const char *vendor_name;
const char *board_name;
+ int max_rom_decode_parallel;
int (*enable) (const char *name);
};
OpenPOWER on IntegriCloud