diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2011-04-18 17:43:26 -0400 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:06 +0200 |
commit | 557aa15594ce3c67ce0fdba1e99365e5ae14cc73 (patch) | |
tree | c6a4a6ed9c2684e4782a7abd92e205e2c2a3c8e6 /board/cm_t35/cm_t35.c | |
parent | 915162daaad18f5cd1446187c846fec853e9ea87 (diff) | |
download | u-boot-557aa15594ce3c67ce0fdba1e99365e5ae14cc73.tar.gz u-boot-557aa15594ce3c67ce0fdba1e99365e5ae14cc73.tar.xz u-boot-557aa15594ce3c67ce0fdba1e99365e5ae14cc73.zip |
OMAP3: CM-T35: Move DECLARE_GLOBAL_DATA_PTR to file scope
Move DECLARE_GLOBAL_DATA_PTR to file scop
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/cm_t35/cm_t35.c')
-rw-r--r-- | board/cm_t35/cm_t35.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cm_t35/cm_t35.c b/board/cm_t35/cm_t35.c index 459df0b490..2eb9dac6bb 100644 --- a/board/cm_t35/cm_t35.c +++ b/board/cm_t35/cm_t35.c @@ -41,6 +41,8 @@ #include <asm/arch/sys_proto.h> #include <asm/mach-types.h> +DECLARE_GLOBAL_DATA_PTR; + const omap3_sysinfo sysinfo = { DDR_DISCRETE, "CM-T35 board", @@ -73,8 +75,6 @@ static u32 gpmc_nand_config[GPMC_MAX_REG] = { */ int board_init(void) { - DECLARE_GLOBAL_DATA_PTR; - gpmc_init(); /* in SRAM or SDRAM, finish GPMC */ enable_gpmc_cs_config(gpmc_nand_config, &gpmc_cfg->cs[0], |