mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
a6c9aa1f92
In a future commit the behaviour of nand_write_skip_bad() will be further extended. Convert the only flag currently passed to the nand_write_ skip_bad() function to a bitfield of only one allocated member. This should avoid an explosion of int's at the end of the parameter list or the ambiguous calls like nand_write_skip_bad(info, offset, len, buf, 0, 1, 1); nand_write_skip_bad(info, offset, len, buf, 0, 1, 0); Instead there will be: nand_write_skip_bad(info, offset, len, buf, WITH_YAFFS_OOB | WITH_OTHER); Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Detlev Zundel <dzu@denx.de> Signed-off-by: Scott Wood <scottwood@freescale.com> |
||
---|---|---|
.. | ||
atmel_nand.c | ||
atmel_nand_ecc.h | ||
bfin_nand.c | ||
davinci_nand.c | ||
diskonchip.c | ||
fsl_elbc_nand.c | ||
fsl_upm.c | ||
kb9202_nand.c | ||
kirkwood_nand.c | ||
kmeter1_nand.c | ||
Makefile | ||
mpc5121_nfc.c | ||
mxc_nand.c | ||
nand.c | ||
nand_base.c | ||
nand_bbt.c | ||
nand_ecc.c | ||
nand_ids.c | ||
nand_plat.c | ||
nand_util.c | ||
ndfc.c | ||
nomadik.c | ||
omap_gpmc.c | ||
s3c64xx.c | ||
s3c2410_nand.c | ||
spr_nand.c |