]> git.sur5r.net Git - u-boot/blobdiff - board/sbc8240/sbc8240.c
GCC-4.x fixes: clean up global data pointer initialization for all boards.
[u-boot] / board / sbc8240 / sbc8240.c
index a6d3babe92942ec87dfaf625c80327c15d75726d..8a52f67418090a4899f53de22ede19966386cb41 100644 (file)
 #include <asm/processor.h>
 #include <pci.h>
 
+DECLARE_GLOBAL_DATA_PTR;
+
 #define BOARD_REV_REG 0xFE80002B
 
 int checkboard (void)
 {
-       DECLARE_GLOBAL_DATA_PTR;
-
        char  revision = *(volatile char *)(BOARD_REV_REG);
        char  buf[32];