mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
Random minor flashrom fixes
- Properly escape '-' chars in manpage. - Fix typo in chipset_enable.c. - Drop useless 'return' in chip_readn(). - Random other whitespace or cosmetic fixes. Corresponding to flashrom svn r636. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
3
flash.h
3
flash.h
@ -590,11 +590,12 @@ int erase_stm50flw0x0x(struct flashchip *flash);
|
||||
int write_stm50flw0x0x(struct flashchip *flash, uint8_t *buf);
|
||||
|
||||
/* serprog.c */
|
||||
extern char* serprog_param;
|
||||
extern char *serprog_param;
|
||||
int serprog_init(void);
|
||||
int serprog_shutdown(void);
|
||||
void serprog_chip_writeb(uint8_t val, chipaddr addr);
|
||||
uint8_t serprog_chip_readb(const chipaddr addr);
|
||||
void serprog_chip_readn(uint8_t *buf, const chipaddr addr, size_t len);
|
||||
void serprog_delay(int delay);
|
||||
|
||||
#endif /* !__FLASH_H__ */
|
||||
|
Reference in New Issue
Block a user