diff options
author | Dave Chapman <dave@dchapman.com> | 2008-10-11 13:13:44 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-10-11 13:13:44 +0000 |
commit | 4f8027470844990e591aeda5a7a2251ef955a440 (patch) | |
tree | c380c17f6a9c6c1ee2cd5d0043eed2959d413718 /rbutil/mkamsboot/mkamsboot.c | |
parent | 3c65d2b17f3f76e22629d1e78c2897d2840ad67f (diff) |
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
Diffstat (limited to 'rbutil/mkamsboot/mkamsboot.c')
-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"); |