summaryrefslogtreecommitdiffstats
path: root/board/logicpd
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2009-10-13 12:49:55 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-24 09:55:24 -0500
commitf8a812aa656bc34622303a26fa5003d19c34aeed (patch)
tree0cef057b66583a6af0c7208101d62224fabed6d5 /board/logicpd
parent4e0539d2696992a5e32643a0c831e870cfe9a036 (diff)
downloadblackbird-obmc-uboot-f8a812aa656bc34622303a26fa5003d19c34aeed.tar.gz
blackbird-obmc-uboot-f8a812aa656bc34622303a26fa5003d19c34aeed.zip
TI OMAP3: make gpmc_config as const
gpmc_config should not be a variant as it is board specific hence make it a const parameter Fixes issues identified by Dirk: - build issue for zoom2 - warnings for all other OMAP3 platforms using nand/onenand etc Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'board/logicpd')
-rw-r--r--board/logicpd/zoom2/zoom2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/logicpd/zoom2/zoom2.c b/board/logicpd/zoom2/zoom2.c
index cd8c9fef1a..dadbeb6730 100644
--- a/board/logicpd/zoom2/zoom2.c
+++ b/board/logicpd/zoom2/zoom2.c
@@ -50,9 +50,6 @@
* The details of the setting of the serial gpmc setup are not available.
* The values were provided by another party.
*/
-void enable_gpmc_cs_config(u32 *gpmc_config, struct gpmc_cs *cs, u32 base,
- u32 size);
-
static u32 gpmc_serial_TL16CP754C[GPMC_MAX_REG] = {
0x00011000,
0x001F1F01,
OpenPOWER on IntegriCloud