summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CREDITS1
-rw-r--r--rbutil/mkamsboot/dualboot.c2
-rw-r--r--rbutil/mkamsboot/dualboot/bin2c.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/docs/CREDITS b/docs/CREDITS
index 2d53cd9560..ea781af17d 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -527,6 +527,7 @@ Marek Salaba
527Altay Oz 527Altay Oz
528Peter Lecky 528Peter Lecky
529Mark Borgerding 529Mark Borgerding
530Tobias Diedrich
530 531
531The libmad team 532The libmad team
532The wavpack team 533The wavpack team
diff --git a/rbutil/mkamsboot/dualboot.c b/rbutil/mkamsboot/dualboot.c
index 015e580213..85d7210691 100644
--- a/rbutil/mkamsboot/dualboot.c
+++ b/rbutil/mkamsboot/dualboot.c
@@ -1,5 +1,7 @@
1/* Generated by bin2c */ 1/* Generated by bin2c */
2 2
3#include "dualboot.h"
4
3unsigned char nrv2e_d8[168] = { 5unsigned char nrv2e_d8[168] = {
4 0x0f, 0x18, 0x01, 0x24, 0x65, 0x42, 0xe4, 0x07, 0x05, 0x26, 0x36, 0x02, 0x0a, 0xe0, 0x00, 0x20, 6 0x0f, 0x18, 0x01, 0x24, 0x65, 0x42, 0xe4, 0x07, 0x05, 0x26, 0x36, 0x02, 0x0a, 0xe0, 0x00, 0x20,
5 0x00, 0x47, 0x04, 0x78, 0x64, 0x41, 0x01, 0x30, 0x24, 0x06, 0xf7, 0x46, 0x03, 0x78, 0x01, 0x30, 7 0x00, 0x47, 0x04, 0x78, 0x64, 0x41, 0x01, 0x30, 0x24, 0x06, 0xf7, 0x46, 0x03, 0x78, 0x01, 0x30,
diff --git a/rbutil/mkamsboot/dualboot/bin2c.c b/rbutil/mkamsboot/dualboot/bin2c.c
index e8619eae87..9a8c9c7dfe 100644
--- a/rbutil/mkamsboot/dualboot/bin2c.c
+++ b/rbutil/mkamsboot/dualboot/bin2c.c
@@ -90,6 +90,7 @@ int main (int argc, char* argv[])
90 } 90 }
91 91
92 fprintf(cfile,"/* Generated by bin2c */\n\n"); 92 fprintf(cfile,"/* Generated by bin2c */\n\n");
93 fprintf(cfile,"#include \"%s\"\n\n", hfilename);
93 fprintf(hfile,"/* Generated by bin2c */\n\n"); 94 fprintf(hfile,"/* Generated by bin2c */\n\n");
94 95
95 for(i=0; i < argc - 2; i++) { 96 for(i=0; i < argc - 2; i++) {