diff options
author | Nishanth Menon <nm@ti.com> | 2009-10-13 12:49:55 -0400 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-24 09:55:24 -0500 |
commit | f8a812aa656bc34622303a26fa5003d19c34aeed (patch) | |
tree | 0cef057b66583a6af0c7208101d62224fabed6d5 /board | |
parent | 4e0539d2696992a5e32643a0c831e870cfe9a036 (diff) | |
download | u-boot-imx-f8a812aa656bc34622303a26fa5003d19c34aeed.zip u-boot-imx-f8a812aa656bc34622303a26fa5003d19c34aeed.tar.gz u-boot-imx-f8a812aa656bc34622303a26fa5003d19c34aeed.tar.bz2 |
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')
-rw-r--r-- | board/logicpd/zoom2/zoom2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/logicpd/zoom2/zoom2.c b/board/logicpd/zoom2/zoom2.c index cd8c9fe..dadbeb6 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, |