From 64ecd20bd2874c5b69b2f29225749a7342b71460 Mon Sep 17 00:00:00 2001 From: mkarcher Date: Thu, 14 Apr 2011 23:43:19 +0000 Subject: Remove erase_chip_stm50flw0x0x As the comment indicates, that function is not a chip erase function at all, but a function calling a block eraser in a loop. So it adds no extra value to what we already have in the block_eraser infrastructure. Furthermore, that function assumes a uniform sector size layout, but is referenced from flash chip with non-uniform sector size layout, which is just wrong. Signed-off-by: Michael Karcher Acked-by: Carl-Daniel Hailfinger git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1287 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- chipdrivers.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chipdrivers.h') diff --git a/chipdrivers.h b/chipdrivers.h index c01ab7a..2c1cd8b 100644 --- a/chipdrivers.h +++ b/chipdrivers.h @@ -128,7 +128,6 @@ int probe_w29ee011(struct flashchip *flash); /* stm50flw0x0x.c */ int erase_sector_stm50flw0x0x(struct flashchip *flash, unsigned int block, unsigned int blocksize); -int erase_chip_stm50flw0x0x(struct flashchip *flash, unsigned int addr, unsigned int blocklen); int unlock_stm50flw0x0x(struct flashchip *flash); #endif /* !__CHIPDRIVERS_H__ */ -- cgit v1.2.1