Rename LinuxBIOS to coreboot

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>
diff --git a/m29f400bt.c b/m29f400bt.c
index 7d8539f..bc70449 100644
--- a/m29f400bt.c
+++ b/m29f400bt.c
@@ -174,7 +174,7 @@
 	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;