summaryrefslogtreecommitdiff
path: root/include/configs/omap3_evm.h
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2010-01-27 11:11:55 -0500
committerTom Rix <Tom.Rix@windriver.com>2010-01-31 17:46:17 -0600
commit274fafef68b28b5ab5f8542dd2a836bedb2ea8d5 (patch)
treee82f172d54292b923e1e0ad635255bcbb3641102 /include/configs/omap3_evm.h
parent7dd866ae926a69cd09605b29c5e115568a6131bb (diff)
downloadu-boot-imx-274fafef68b28b5ab5f8542dd2a836bedb2ea8d5.zip
u-boot-imx-274fafef68b28b5ab5f8542dd2a836bedb2ea8d5.tar.gz
u-boot-imx-274fafef68b28b5ab5f8542dd2a836bedb2ea8d5.tar.bz2
OMAP3 Move declaration of gpmc_cfg.
Every omap3 board config file declared the global variable gpmc_cfg. This changes moves the declaration to a better location in the arch dependent header file cpu.h. Signed-off-by: Tom Rix <Tom.Rix@windriver.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r--include/configs/omap3_evm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index a8d4105..0d99f7d 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -330,7 +330,6 @@
#define CONFIG_SYS_JFFS2_NUM_BANKS 1
#ifndef __ASSEMBLY__
-extern struct gpmc *gpmc_cfg;
extern unsigned int boot_flash_base;
extern volatile unsigned int boot_flash_env_addr;
extern unsigned int boot_flash_off;