]> git.sur5r.net Git - u-boot/blobdiff - board/renesas/r2dplus/r2dplus.c
x86: Add support for booting Linux using the 32 bit boot protocol
[u-boot] / board / renesas / r2dplus / r2dplus.c
index 0c08d685949b18f4df218d602c99c59ef6986cb5..b70395dd2be8b48efaad01b91e7b73d529b620cb 100644 (file)
@@ -28,6 +28,8 @@
 #include <asm/io.h>
 #include <asm/pci.h>
 
+DECLARE_GLOBAL_DATA_PTR;
+
 int checkboard(void)
 {
        puts("BOARD: Renesas Solutions R2D Plus\n");
@@ -41,8 +43,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));