diff options
author | Tom Rix | 2010-01-27 11:11:55 -0500 |
---|---|---|
committer | Tom Rix | 2010-02-12 12:31:53 -0600 |
commit | 632e1d9014848ec8d983a629c2e35b4423816336 (patch) | |
tree | 315a5dfedf11c5ee957cbd9dc4d159de48a009ec /include/configs/omap3_pandora.h | |
parent | 093d6018cf0a8dae614c2924c0013d97e2a48662 (diff) |
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_pandora.h')
-rw-r--r-- | include/configs/omap3_pandora.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index f22fab57962..945c053ab3b 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -287,7 +287,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; |