summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-07-01 14:11:56 (GMT)
committerTom Rini <trini@ti.com>2013-07-01 14:11:56 (GMT)
commit5a34d9bf31a021987f97f20aefa812b97b58584e (patch)
treedd60935e6109fe122cf6dc3bb0f1579a401cc29e /include
parente6bf18dba2a21bebf2c421b1c2e188225f6485a1 (diff)
parent8b6b51a617b8adc773cc82b4886738a6128caf7f (diff)
downloadu-boot-fsl-qoriq-5a34d9bf31a021987f97f20aefa812b97b58584e.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
Diffstat (limited to 'include')
-rw-r--r--include/nand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nand.h b/include/nand.h
index 26190e4..228d871 100644
--- a/include/nand.h
+++ b/include/nand.h
@@ -125,6 +125,8 @@ struct nand_erase_options {
/* Don't include skipped bad blocks in size to be erased */
int spread;
+ /* maximum size that actual may be in order to not exceed the buf */
+ loff_t lim;
};
typedef struct nand_erase_options nand_erase_options_t;