summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/mkamsboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkamsboot/mkamsboot.c')
-rw-r--r--rbutil/mkamsboot/mkamsboot.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.c b/rbutil/mkamsboot/mkamsboot.c
index 79339b4a45..62c33186d7 100644
--- a/rbutil/mkamsboot/mkamsboot.c
+++ b/rbutil/mkamsboot/mkamsboot.c
@@ -109,8 +109,6 @@ execution to the uncompressed firmware.
109#define O_BINARY 0 109#define O_BINARY 0
110#endif 110#endif
111 111
112#define VERSION "1.1"
113
114/* 4 for m200, 2 for e200/c200, 1 or 2 for fuze/clop */ 112/* 4 for m200, 2 for e200/c200, 1 or 2 for fuze/clop */
115static const unsigned short hw_revisions[] = { 113static const unsigned short hw_revisions[] = {
116 [MODEL_FUZE] = 1, 114 [MODEL_FUZE] = 1,
@@ -592,8 +590,9 @@ int main(int argc, char* argv[])
592 590
593 sum.md5 = md5sum; 591 sum.md5 = md5sum;
594 592
593/* VERSION comes frome the Makefile */
595 fprintf(stderr, 594 fprintf(stderr,
596"mkamsboot v" VERSION " - (C) Dave Chapman and Rafaël Carré 2008\n" 595"mkamsboot Version " VERSION " - (C) Dave Chapman and Rafaël Carré 2008\n"
597"This is free software; see the source for copying conditions. There is NO\n" 596"This is free software; see the source for copying conditions. There is NO\n"
598"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" 597"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
599"\n"); 598"\n");