commit | 3bdeb7c89f03994a3194ec18fd3d8f783bcfd40f | [log] [tgz] |
---|---|---|
author | dirk.behme@googlemail.com <dirk.behme@googlemail.com> | Wed Apr 30 18:02:59 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Apr 30 22:34:42 2008 +0200 |
tree | c72e41533b6635e2986ca82caa4ec969fecafaa6 | |
parent | 196a61a26166cd8d32463672d576a3d39bcac8b4 [diff] |
Fix warning in env_nand.c if compiled for DaVinci Schmoogie 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 davinci_schmoogie_config. Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Ack by: Sergey Kubushyn <ksi@koi8.net>