X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=board%2Fpandora%2Fpandora.c;fp=board%2Fpandora%2Fpandora.c;h=992e9f7625ece834ff1d4f1a54171133689475da;hb=2956532625cf8414ad3efb37598ba34db08d67ec;hp=355e9eaa8fc7d4a730930897825322ea47b3e881;hpb=71aab09b2c1edd1b6e00819abd1e31c04db04f36;p=people%2Fms%2Fu-boot.git diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index 355e9eaa8f..992e9f7625 100644 --- a/board/pandora/pandora.c +++ b/board/pandora/pandora.c @@ -37,6 +37,8 @@ #include #include "pandora.h" +DECLARE_GLOBAL_DATA_PTR; + #define TWL4030_BB_CFG_BBCHEN (1 << 4) #define TWL4030_BB_CFG_BBSEL_3200MV (3 << 2) #define TWL4030_BB_CFG_BBISEL_500UA 2 @@ -47,8 +49,6 @@ */ int board_init(void) { - DECLARE_GLOBAL_DATA_PTR; - gpmc_init(); /* in SRAM or SDRAM, finish GPMC */ /* board id for Linux */ gd->bd->bi_arch_number = MACH_TYPE_OMAP3_PANDORA;