summaryrefslogtreecommitdiffstats
path: root/board/netstar/netstar.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/netstar/netstar.c')
-rw-r--r--board/netstar/netstar.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/netstar/netstar.c b/board/netstar/netstar.c
index 62615e5c56..4b7eba125e 100644
--- a/board/netstar/netstar.c
+++ b/board/netstar/netstar.c
@@ -22,10 +22,10 @@
#include <common.h>
+DECLARE_GLOBAL_DATA_PTR;
+
int board_init(void)
{
- DECLARE_GLOBAL_DATA_PTR;
-
/* arch number of NetStar board */
/* TODO: use define from asm/mach-types.h */
gd->bd->bi_arch_number = 692;
@@ -38,8 +38,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;