diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2007-10-16 21:09:06 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2007-10-16 21:09:06 +0000 |
commit | 259aaf00f586ae75fbf94e8e2eb0db77aa1095c9 (patch) | |
tree | 1354c82dc5fdbf92e27020c76edd7c987a234627 /util/flashrom/flash.h | |
parent | 52bc99367c270b88f758f3a19634640ae0553f91 (diff) | |
download | coreboot-259aaf00f586ae75fbf94e8e2eb0db77aa1095c9.tar.xz |
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
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 6029828773..0e419fff66 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -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); |