fix return value checks of cbfstool's writerom
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5644 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
980a69b8c2
commit
9bb0438535
@@ -44,7 +44,7 @@ uint32_t getfilesize(const char *filename);
|
||||
void *loadfile(const char *filename, uint32_t * romsize_p, void *content,
|
||||
int place);
|
||||
void *loadrom(const char *filename);
|
||||
void writerom(const char *filename, void *start, uint32_t size);
|
||||
int writerom(const char *filename, void *start, uint32_t size);
|
||||
|
||||
int iself(unsigned char *input);
|
||||
|
||||
|
Reference in New Issue
Block a user