summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/net
diff options
context:
space:
mode:
authorsave2010-05-06 15:31:33 +0000
committersave2010-05-06 15:31:33 +0000
commitee7e3dcca196e9bc8e7fa578b98347117f620a47 (patch)
treebeab476b1738395a184a834d5dd2854a440f2eff /cleopatre/u-boot-1.1.6/net
parent5d7214bb06c3b06b8c87ae0e8d3d8b72fec401f5 (diff)
cleo/spidupd: type and arch size are on 4 bytes according to specs, closes #1459
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6992 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6/net')
-rw-r--r--cleopatre/u-boot-1.1.6/net/spidupd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleopatre/u-boot-1.1.6/net/spidupd.h b/cleopatre/u-boot-1.1.6/net/spidupd.h
index 9417896469..dcf39dd298 100644
--- a/cleopatre/u-boot-1.1.6/net/spidupd.h
+++ b/cleopatre/u-boot-1.1.6/net/spidupd.h
@@ -61,8 +61,8 @@
typedef struct
{
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 */
+ unsigned long arch; /* modem arch type; default: 0 (spc300) */
+ unsigned long upd_type; /* update type; default: 0 for normal image */
} __attribute__ ((__packed__)) MsUpdStartReq_t;
typedef struct