diff options
| author | Tom Rix <[email protected]> | 2010-01-27 11:11:55 -0500 |
|---|---|---|
| committer | Tom Rix <[email protected]> | 2010-01-31 17:46:17 -0600 |
| commit | 274fafef68b28b5ab5f8542dd2a836bedb2ea8d5 (patch) | |
| tree | e82f172d54292b923e1e0ad635255bcbb3641102 /include/configs/devkit8000.h | |
| parent | 7dd866ae926a69cd09605b29c5e115568a6131bb (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 <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'include/configs/devkit8000.h')
| -rw-r--r-- | include/configs/devkit8000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index e81da677f47..7d1332f62c7 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -297,7 +297,6 @@ #define CONFIG_ENV_OFFSET boot_flash_off #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; |
