mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
nand: Change ulong to loff_t and size_t
Missed in previous cleanup. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
eee623a504
commit
e331ab2ee9
2 changed files with 5 additions and 3 deletions
|
@ -145,7 +145,8 @@ int nand_erase_opts(nand_info_t *meminfo, const nand_erase_options_t *opts);
|
|||
#define NAND_LOCK_STATUS_UNLOCK 0x04
|
||||
|
||||
int nand_lock(nand_info_t *meminfo, int tight);
|
||||
int nand_unlock(nand_info_t *meminfo, ulong start, ulong length, int allexcept);
|
||||
int nand_unlock(nand_info_t *meminfo, loff_t start, size_t length,
|
||||
int allexcept);
|
||||
int nand_get_lock_status(nand_info_t *meminfo, loff_t offset);
|
||||
|
||||
int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue