Replace #ifdefs for sc520 systems by run time probing.
fixes #109 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> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3790 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Peter Stuge
parent
b9b500f456
commit
d53f3e7546
@ -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,
|
||||
|
Reference in New Issue
Block a user