mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
Unsignify lengths and addresses in chip functions and structs
Corresponding to flashrom svn r1448. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -141,7 +141,7 @@ int erase_block_82802ab(struct flashchip *flash, unsigned int page,
|
||||
}
|
||||
|
||||
/* chunksize is 1 */
|
||||
int write_82802ab(struct flashchip *flash, uint8_t *src, int start, int len)
|
||||
int write_82802ab(struct flashchip *flash, uint8_t *src, unsigned int start, unsigned int len)
|
||||
{
|
||||
int i;
|
||||
chipaddr dst = flash->virtual_memory + start;
|
||||
|
Reference in New Issue
Block a user