1
0
Fork 0
forked from len0rd/rockbox

Add Rafael Carre to the (C) message in the output of mkamsboot. This should be the last commit for a while...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18772 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-10-11 13:13:44 +00:00
parent 3c65d2b17f
commit 4f80274708

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:$
* $Id$
*
* mkamsboot.c - a tool for merging bootloader code into an Sansa V2
* (AMS) firmware file
@ -141,12 +141,6 @@ static const int bootloader_sizes[] =
};
/* This magic should appear at the start of any UCL file */
static const unsigned char uclmagic[] = {
0x00, 0xe9, 0x55, 0x43, 0x4c, 0xff, 0x01, 0x1a
};
static off_t filesize(int fd) {
struct stat buf;
@ -292,7 +286,7 @@ int main(int argc, char* argv[])
int totalsize;
unsigned char* p;
fprintf(stderr,"mkamsboot v" VERSION " - (C) Dave Chapman 2008\n");
fprintf(stderr,"mkamsboot v" VERSION " - (C) Dave Chapman and Rafaël Carré 2008\n");
fprintf(stderr,"This is free software; see the source for copying conditions. There is NO\n");
fprintf(stderr,"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");