From e3f3e2edb4f45ff5f53df3a3b4012bc5e60f1bb8 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 18 Jan 2008 15:33:10 +0000 Subject: Rename LinuxBIOS to coreboot Corresponding to flashrom svn r178 and coreboot v2 svn r3054. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer --- m29f400bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm29f400bt.c') diff --git a/m29f400bt.c b/m29f400bt.c index 7d8539f5..bc704499 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; -- cgit v1.2.3