Update of /cvsroot/blob/blob/src/blob
In directory sc8-pr-cvs1:/tmp/cvs-serv19621
Modified Files:
reboot.c
Log Message:
blob_item patch
Index: reboot.c
===================================================================
RCS file: /cvsroot/blob/blob/src/blob/reboot.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- reboot.c 8 Feb 2002 12:55:16 -0000 1.8
+++ reboot.c 4 Dec 2003 21:50:35 -0000 1.9
@@ -42,7 +42,7 @@
void (*blob)(void) = (void (*)(void))BLOB_RAM_BASE;
/* sanity check */
- if(blob_status.blobType == fromFlash) {
+ if(blob_status.blob.type == fromFlash) {
printerrprefix();
printf("blob not downloaded\n");
return -EINVAL;
|