]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap_gpmc: move prefetch out of CONFIG_NAND_OMAP_ELM
authorJeroen Hofstee <jeroen@myspectrum.nl>
Sat, 30 May 2015 08:11:23 +0000 (10:11 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:51 +0000 (00:42 +0200)
commit13813b927a60db4ea70aa5f99b525fff938e9d16
tree20432c3be32e755c0403511f59fdba3ef7fdc40c
parent8567e6a80ce01ee0df94f9692bcba539003ecd8f
omap_gpmc: move prefetch out of CONFIG_NAND_OMAP_ELM

The prefech mode is a feature of the gpmc, not the ELM. An am3517
does not have an elm, but can do prefeches, so move the code out
of the CONFIG_NAND_OMAP_ELM ifdef.

Cc: Scott Wood <scottwood@freescale.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Daniel Mack <zonque@gmail.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/mtd/nand/omap_gpmc.c