commit | f1b14179f0ca3a20e6a4a25500f85d5b20b1fd64 | [log] [tgz] |
---|---|---|
author | Igor Grinberg <grinberg@compulab.co.il> | Tue Oct 21 16:39:47 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 11:53:02 2014 -0400 |
tree | 9fe19f167cdf810efcadd5fa0124981a96591992 | |
parent | 00d241da9cbd1af955bc8439c7da6f7715b1b1ce [diff] |
omap3: cm-t35: remove enable_gpmc_cs_config() The gpmc_init() function already calls enable_gpmc_cs_config() for chip select 0. Although the bus width is configured for 16 bit, it gets reconfigured correctly in the omap_gpmc driver later. Remove the enable_gpmc_cs_config() function call and the associated gpmc_nand_config[] array. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>