1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23:18 +02:00

Replace #ifdefs for sc520 systems by run time probing

Fixes #109

Corresponding to flashrom svn r355 and coreboot v2 svn r3790.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Stefan Reinauer
2008-12-03 21:24:40 +00:00
committed by Peter Stuge
parent 13f98cefb7
commit 9a6d1764a2
4 changed files with 64 additions and 11 deletions

View File

@ -410,6 +410,8 @@ void print_supported_boards(void);
int chipset_flash_enable(void);
void print_supported_chipsets(void);
extern unsigned long flashbase;
typedef enum {
BUS_TYPE_LPC,
BUS_TYPE_ICH7_SPI,