summaryrefslogtreecommitdiffstats
path: root/board/lart/lart.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/lart/lart.c')
-rw-r--r--board/lart/lart.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/board/lart/lart.c b/board/lart/lart.c
index 66b730dba7..8d534c8e67 100644
--- a/board/lart/lart.c
+++ b/board/lart/lart.c
@@ -24,6 +24,8 @@
#include <common.h>
+DECLARE_GLOBAL_DATA_PTR;
+
/* ------------------------------------------------------------------------- */
@@ -33,8 +35,6 @@
int board_init (void)
{
- DECLARE_GLOBAL_DATA_PTR;
-
/* memory and cpu-speed are setup before relocation */
/* so we do _nothing_ here */
@@ -49,7 +49,6 @@ int board_init (void)
int dram_init (void)
{
- DECLARE_GLOBAL_DATA_PTR;
bd_t *bd = gd->bd;
bd->bi_dram[0].start = PHYS_SDRAM_1;
OpenPOWER on IntegriCloud