Re: [U-Boot-Users] [PATCH] Fix warning in env_nand.c if compiled for DaVinci Schmoogie

2008-04-30 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Fix warnings > > nv_nand.c: In function 'saveenv': > env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible > pointer type > env_nand.c: In function 'env_relocate_spec': > env_nand.c:275: warning: passing argument 3 of 'nand_read'

Re: [U-Boot-Users] [PATCH] Fix warning in env_nand.c if compiled for DaVinci Schmoogie

2008-04-30 Thread ksi
On Wed, 30 Apr 2008, [EMAIL PROTECTED] wrote: Ack by: Sergey Kubushyn <[EMAIL PROTECTED]> P.S. Dirk, you were faster than me :) > Fix warnings > > nv_nand.c: In function 'saveenv': > env_nand.c:200: warning: passing argument 3 of 'nand_write' from > incompatible pointer type > env_nand.c: In fun

[U-Boot-Users] [PATCH] Fix warning in env_nand.c if compiled for DaVinci Schmoogie

2008-04-30 Thread dirk . behme
Fix warnings nv_nand.c: In function 'saveenv': env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type env_nand.c: In function 'env_relocate_spec': env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type if compiled for davinc