diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 15:33:10 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 15:33:10 +0000 |
commit | 9789c685f135d002a84e9b1ca17c48e252b11717 (patch) | |
tree | f2e011db66093d0ccda872ed7a73f3ff2d1eccb0 /m29f400bt.c | |
parent | bc65a5ad41c4fceeec75637f84e50e3a99a52586 (diff) | |
download | flashrom-9789c685f135d002a84e9b1ca17c48e252b11717.zip flashrom-9789c685f135d002a84e9b1ca17c48e252b11717.tar.gz |
For some reasons the externals did not get committed
Corresponding to flashrom svn r178 and coreboot v2 svn r3054.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'm29f400bt.c')
-rw-r--r-- | m29f400bt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m29f400bt.c b/m29f400bt.c index 7d8539f..bc70449 100644 --- a/m29f400bt.c +++ b/m29f400bt.c @@ -174,7 +174,7 @@ int write_m29f400bt(struct flashchip *flash, uint8_t *buf) return 0; } -int write_linuxbios_m29f400bt(struct flashchip *flash, uint8_t *buf) +int write_coreboot_m29f400bt(struct flashchip *flash, uint8_t *buf) { volatile uint8_t *bios = flash->virtual_memory; |