diff options
-rw-r--r-- | rbutil/mkamsboot/mkamsboot.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.c b/rbutil/mkamsboot/mkamsboot.c index fa975f8fc7..0dac0e2c72 100644 --- a/rbutil/mkamsboot/mkamsboot.c +++ b/rbutil/mkamsboot/mkamsboot.c @@ -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"); |