]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/renesas/sh7785lcr/sh7785lcr.c
Move DECLARE_GLOBAL_DATA_PTR to file scope
[people/ms/u-boot.git] / board / renesas / sh7785lcr / sh7785lcr.c
index cad3905ff22b40c57e430c91a1a5007657ec65ca..904e75587924244939963fc53a58c7370ed62eca 100644 (file)
@@ -23,6 +23,8 @@
 #include <asm/pci.h>
 #include <netdev.h>
 
+DECLARE_GLOBAL_DATA_PTR;
+
 int checkboard(void)
 {
        puts("BOARD: Renesas Technology Corp. R0P7785LC0011RL\n");
@@ -36,8 +38,6 @@ int board_init(void)
 
 int dram_init(void)
 {
-       DECLARE_GLOBAL_DATA_PTR;
-
        gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
        gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE;
        printf("DRAM:  %dMB\n", CONFIG_SYS_SDRAM_SIZE / (1024 * 1024));