1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 22:21:16 +02:00

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>
This commit is contained in:
Luc Verhaegen
2010-01-20 14:45:03 +00:00
parent 6701ee833c
commit 93938c32f6
2 changed files with 63 additions and 66 deletions

View File

@ -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);
};