Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>

diff --git a/common/cmd_nand.c b/common/cmd_nand.c
index b248a2c..8d6c959 100644
--- a/common/cmd_nand.c
+++ b/common/cmd_nand.c
@@ -350,10 +350,10 @@ int do_nand(cmd_tbl_t * cmdtp, int flag, int argc, char 
*argv[])
                } else if (s != NULL && !strcmp(s, ".oob")) {
                        /* read out-of-band data */
                        if (read)
-                               ret = nand->read_oob(nand, off, size, &size,
+                               ret = nand->read_oob(nand, off, size, (size_t 
*) &size,
                                                     (u_char *) addr);
                        else
-                               ret = nand->write_oob(nand, off, size, &size,
+                               ret = nand->write_oob(nand, off, size, (size_t 
*) &size,
                                                      (u_char *) addr);
                } else {
                        if (read)
-- 
1.5.3.7


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to