summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/net
diff options
context:
space:
mode:
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