summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/net/spidupd.h
diff options
context:
space:
mode:
authordraskovic2009-05-14 18:02:39 +0000
committerdraskovic2009-05-14 18:02:39 +0000
commitdcbb6f2df03b2b1feb3d95085651abcd40abba9a (patch)
tree6e71223cebe779d23c70462f9087c05c17e61a2a /cleopatre/u-boot-1.1.6/net/spidupd.h
parent43a87ec6d20e5fa0cb1df6bda657060e3453d9be (diff)
[CLEO][U-BOOT] Change spidboot to call do_spidupd. Changed spidup to handle dual boot.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4654 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6/net/spidupd.h')
-rw-r--r--cleopatre/u-boot-1.1.6/net/spidupd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cleopatre/u-boot-1.1.6/net/spidupd.h b/cleopatre/u-boot-1.1.6/net/spidupd.h
index 8dd66f98bd..76b6148aec 100644
--- a/cleopatre/u-boot-1.1.6/net/spidupd.h
+++ b/cleopatre/u-boot-1.1.6/net/spidupd.h
@@ -58,9 +58,9 @@
*/
typedef struct
{
- unsigned char version_id; /* version ID of the fw to send */
- unsigned char arch; /* modem arch type; default: 0 (spc300) */
- unsigned char upd_type; /* update type; default: 0 for normal image */
+ unsigned char version[64]; /* version string of the fw to send */
+ unsigned char arch; /* modem arch type; default: 0 (spc300) */
+ unsigned char upd_type; /* update type; default: 0 for normal image */
} __attribute__ ((__packed__)) VsUpdStartReq_t;
typedef struct