1
0
Fork 0
forked from len0rd/rockbox

FS#6554 - Move bootloader code into a common file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12453 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2007-02-22 15:09:49 +00:00
parent 9744433752
commit 46597c9539
5 changed files with 67 additions and 259 deletions

View file

@ -154,7 +154,7 @@ int load_firmware(unsigned char* buf, char* firmware, int buffer_size)
if(sum != chksum)
return EBAD_CHKSUM;
return len;
return EOK;
}
/* Load raw binary image. */