]> git.ipfire.org Git - people/ms/u-boot.git/commit
omap3: cm-t35: remove enable_gpmc_cs_config()
authorIgor Grinberg <grinberg@compulab.co.il>
Tue, 21 Oct 2014 13:39:47 +0000 (16:39 +0300)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 15:53:02 +0000 (11:53 -0400)
commitf1b14179f0ca3a20e6a4a25500f85d5b20b1fd64
tree9fe19f167cdf810efcadd5fa0124981a96591992
parent00d241da9cbd1af955bc8439c7da6f7715b1b1ce
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>
board/compulab/cm_t35/cm_t35.c