projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0d82f
)
omap2: nand: Make NAND_OMAP_GPMC_PREFETCH default
author
Tom Rini
<trini@konsulko.com>
Fri, 20 Oct 2017 20:55:51 +0000
(16:55 -0400)
committer
Tom Rini
<trini@konsulko.com>
Fri, 17 Nov 2017 12:44:13 +0000
(07:44 -0500)
This option provides better performance and should really always be
enabled. Make this be default y.
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Jeroen Hofstee <jeroen@myspectrum.nl>
drivers/mtd/nand/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/Kconfig
b/drivers/mtd/nand/Kconfig
index 794410a152fe371f3c7f6537567e9e18019a457f..ca9819344ecc0788823ca78b936a0e8d9cbc6d41 100644
(file)
--- a/
drivers/mtd/nand/Kconfig
+++ b/
drivers/mtd/nand/Kconfig
@@
-55,6
+55,7
@@
config NAND_OMAP_GPMC
config NAND_OMAP_GPMC_PREFETCH
bool "Enable GPMC Prefetch"
depends on NAND_OMAP_GPMC
+ default y
help
On OMAP platforms that use the GPMC controller
(CONFIG_NAND_OMAP_GPMC_PREFETCH), this options enables the code that