diff options
author | Tom Rini <trini@ti.com> | 2013-07-01 10:11:56 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-01 10:11:56 -0400 |
commit | 5a34d9bf31a021987f97f20aefa812b97b58584e (patch) | |
tree | dd60935e6109fe122cf6dc3bb0f1579a401cc29e /include | |
parent | e6bf18dba2a21bebf2c421b1c2e188225f6485a1 (diff) | |
parent | 8b6b51a617b8adc773cc82b4886738a6128caf7f (diff) | |
download | u-boot-imx-5a34d9bf31a021987f97f20aefa812b97b58584e.zip u-boot-imx-5a34d9bf31a021987f97f20aefa812b97b58584e.tar.gz u-boot-imx-5a34d9bf31a021987f97f20aefa812b97b58584e.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
Diffstat (limited to 'include')
-rw-r--r-- | include/nand.h | 2 |
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; |