summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/net/spidupd.h
diff options
context:
space:
mode:
authordraskovic2009-05-19 16:48:00 +0000
committerdraskovic2009-05-19 16:48:00 +0000
commitb13f5ac3ba9f7ed5d2b549047174351b8801daf7 (patch)
treecdf0d2d38a92c5353de7639170a57da1dbc929f6 /cleopatre/u-boot-1.1.6/net/spidupd.h
parent5b9c7ee379eb26008671e8a27bb1312ced06eb58 (diff)
[CLEO][U-BOOT] Corrected errors in update test application
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4677 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/u-boot-1.1.6/net/spidupd.h b/cleopatre/u-boot-1.1.6/net/spidupd.h
index 76b6148aec..535ad23640 100644
--- a/cleopatre/u-boot-1.1.6/net/spidupd.h
+++ b/cleopatre/u-boot-1.1.6/net/spidupd.h
@@ -58,7 +58,7 @@
*/
typedef struct
{
- unsigned char version[64]; /* version string of the fw to send */
+ unsigned char version[16]; /* 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;