diff options
| author | Grygorii Strashko <[email protected]> | 2017-01-31 15:37:03 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-02-08 15:56:32 -0500 |
| commit | dbe7881de0c2bdab972b3cd35b503f69587edbfe (patch) | |
| tree | caa8798cae09a9db08e10c16a0b04ff3e01e77e6 /configs/O2MNT_O2M113_defconfig | |
| parent | c10e0f5b38eb9aa707238edf794e6ff141cd45dc (diff) | |
cmd: bootm: fix build when CONFIG_CMD_IMLS_NAND
Now when CONFIG_CMD_IMLS_NAND is enabled the u-boot build will fail,
because nand_read_skip_bad() function has been changed to accept more
parameters, hence fix it.
CC cmd/bootm.o
cmd/bootm.c: In function 'nand_imls_legacyimage':
cmd/bootm.c:390:8: error: too few arguments to function 'nand_read_skip_bad'
ret = nand_read_skip_bad(mtd, off, &len, imgdata);
^
In file included from cmd/bootm.c:18:0:
include/nand.h:101:5: note: declared here
int nand_read_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
^
LD drivers/block/built-in.o
Signed-off-by: Grygorii Strashko <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'configs/O2MNT_O2M113_defconfig')
0 files changed, 0 insertions, 0 deletions
