diff options
author | Tom Rini <trini@ti.com> | 2012-09-18 07:55:07 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-09-18 07:55:07 -0700 |
commit | c413a004ea62d0ff150c85615348c59ea456bb34 (patch) | |
tree | 8caa6ccf4f53821b723a75a82436daa9464769b0 /doc/README.nand | |
parent | 037e9d33db9fc86c1e671d64077b2d1a19df7f24 (diff) | |
parent | 9c60e75e05dab5a0197728b6a940aaac02762936 (diff) | |
download | u-boot-imx-c413a004ea62d0ff150c85615348c59ea456bb34.zip u-boot-imx-c413a004ea62d0ff150c85615348c59ea456bb34.tar.gz u-boot-imx-c413a004ea62d0ff150c85615348c59ea456bb34.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
Diffstat (limited to 'doc/README.nand')
-rw-r--r-- | doc/README.nand | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.nand b/doc/README.nand index 1602b5e..c130189 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -228,6 +228,8 @@ NAND locking command (for chips with active LOCKPRE pin) "nand unlock [offset] [size]" unlock consecutive area (can be called multiple times for different areas) + "nand unlock.allexcept [offset] [size]" + unlock all except specified consecutive area I have tested the code with board containing 128MiB NAND large page chips and 32MiB small page chips. |