]> git.sur5r.net Git - u-boot/blobdiff - board/isee/igep0030/igep0030.c
x86: Add support for booting Linux using the 32 bit boot protocol
[u-boot] / board / isee / igep0030 / igep0030.c
index bb4dc3ba1743ef87dccc48f893982e9a967c48f3..6a927350b4d29b2d23604201c5e4087b5cc19fd4 100644 (file)
 #include <asm/mach-types.h>
 #include "igep0030.h"
 
+DECLARE_GLOBAL_DATA_PTR;
+
 /*
  * Routine: board_init
  * Description: Early hardware init.
  */
 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_IGEP0030;