Convert the existing it8716f_* functions to generic_spi_* functions by
applying abstraction and wrapping. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2863 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -209,7 +209,7 @@ extern char *lb_part, *lb_vendor;
|
||||
|
||||
/* spi.c */
|
||||
int probe_spi(struct flashchip *flash);
|
||||
int it87xx_probe_serial_flash(const char *name);
|
||||
int it87xx_probe_spi_flash(const char *name);
|
||||
|
||||
/* 82802ab.c */
|
||||
int probe_82802ab(struct flashchip *flash);
|
||||
|
Reference in New Issue
Block a user