summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6
diff options
context:
space:
mode:
authorsave2010-05-06 15:31:57 +0000
committersave2010-05-06 15:31:57 +0000
commitdab1e33146419a9dc08e839ccfed91a85fae0b9a (patch)
treee20911e25bf63bdf2a84644d596dd42926362dc5 /cleopatre/u-boot-1.1.6
parent7b1ad454055551ffbb093244dbacb049db005b42 (diff)
cleo/spidupd: start transfer with block equal to zero
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7001 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6')
-rw-r--r--cleopatre/u-boot-1.1.6/net/spidupd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/u-boot-1.1.6/net/spidupd.c b/cleopatre/u-boot-1.1.6/net/spidupd.c
index 35df720e47..8b5ece88d9 100644
--- a/cleopatre/u-boot-1.1.6/net/spidupd.c
+++ b/cleopatre/u-boot-1.1.6/net/spidupd.c
@@ -1036,7 +1036,7 @@ void SpidupdStart(void)
g_upd_place.ram_addr = ( (_bss_end + 1) + 3 ) & ~3;
g_upd_image.len = 0;
- g_upd_image.num_rx_blk = 1;
+ g_upd_image.num_rx_blk = 0;
ctx.place = &g_upd_place;
ctx.image = &g_upd_image;