diff options
author | Tom Rini <trini@ti.com> | 2015-01-15 14:05:31 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-16 10:25:01 -0500 |
commit | ab77f24119e80257de4ab017b877f92f96980562 (patch) | |
tree | b541a8bda045a603f90ab55dae02812e1edb2e51 /doc | |
parent | d928664f4101e24128c879956d1aa7c76509ea6a (diff) | |
parent | fa58b102cd8f5345cbc28657600c3a28acfbd80e (diff) | |
download | u-boot-imx-ab77f24119e80257de4ab017b877f92f96980562.zip u-boot-imx-ab77f24119e80257de4ab017b877f92f96980562.tar.gz u-boot-imx-ab77f24119e80257de4ab017b877f92f96980562.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ti
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.nand | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/README.nand b/doc/README.nand index e29188f..dee0e00 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -304,6 +304,11 @@ Platform specific options Thus BCH16 can be supported on 4K page NAND. + CONFIG_NAND_OMAP_GPMC_PREFETCH + On OMAP platforms that use the GPMC controller + (CONFIG_NAND_OMAP_GPMC_PREFETCH), this options enables the code that + uses the prefetch mode to speed up read operations. + NOTE: ===== |