summaryrefslogtreecommitdiffstats
path: root/board/armadillo/armadillo.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/armadillo/armadillo.c')
-rw-r--r--board/armadillo/armadillo.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/armadillo/armadillo.c b/board/armadillo/armadillo.c
index de04c66385..ca5bd1d164 100644
--- a/board/armadillo/armadillo.c
+++ b/board/armadillo/armadillo.c
@@ -28,6 +28,8 @@
#include <common.h>
#include <clps7111.h>
+DECLARE_GLOBAL_DATA_PTR;
+
/* ------------------------------------------------------------------------- */
@@ -37,8 +39,6 @@
int board_init (void)
{
- DECLARE_GLOBAL_DATA_PTR;
-
/* Activate LED flasher */
IO_LEDFLSH = 0x40;
@@ -53,8 +53,6 @@ int board_init (void)
int dram_init (void)
{
- DECLARE_GLOBAL_DATA_PTR;
-
gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
OpenPOWER on IntegriCloud