diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 15:33:10 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-18 15:33:10 +0000 |
commit | 8df401db3bb6419c8fc9339dcc505332dff33bfe (patch) | |
tree | b340b49e0c8fe1388de86a02af6e59cf77107523 /util/flashrom/flash.h | |
parent | f8ee1806ac524bc782c93eccc59ee3c929abddb9 (diff) | |
download | coreboot-8df401db3bb6419c8fc9339dcc505332dff33bfe.tar.xz |
for some reasons the externals did not get committed.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3054 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 4b571625ff..dffb1b8036 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -286,7 +286,7 @@ int find_romentry(char *name); int handle_romentries(uint8_t *buffer, uint8_t *content); /* lbtable.c */ -int linuxbios_init(void); +int coreboot_init(void); extern char *lb_part, *lb_vendor; /* spi.c */ @@ -329,7 +329,7 @@ int erase_m29f400bt(struct flashchip *flash); int block_erase_m29f400bt(volatile uint8_t *bios, volatile uint8_t *dst); int write_m29f400bt(struct flashchip *flash, uint8_t *buf); -int write_linuxbios_m29f400bt(struct flashchip *flash, uint8_t *buf); +int write_coreboot_m29f400bt(struct flashchip *flash, uint8_t *buf); void toggle_ready_m29f400bt(volatile uint8_t *dst); void data_polling_m29f400bt(volatile uint8_t *dst, uint8_t data); void protect_m29f400bt(volatile uint8_t *bios); |