summaryrefslogtreecommitdiff
path: root/board/mpc7448hpc2/mpc7448hpc2.c
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-09-24 14:43:43 -0500
committerKim Phillips <kim.phillips@freescale.com>2007-09-24 14:43:43 -0500
commit8ffc774993725a0646aa8d1995d968c95aee9e3c (patch)
treeee69b8872cf8c295a48244280c82d98e191111ab /board/mpc7448hpc2/mpc7448hpc2.c
parentd7fee32b7e61fe11c64e371cde79faa4768e8350 (diff)
parent66dcad3a9a53e0766d90e0084123bd8529522fb0 (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot
Diffstat (limited to 'board/mpc7448hpc2/mpc7448hpc2.c')
-rw-r--r--board/mpc7448hpc2/mpc7448hpc2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/mpc7448hpc2/mpc7448hpc2.c b/board/mpc7448hpc2/mpc7448hpc2.c
index 63c99de175..81846eba77 100644
--- a/board/mpc7448hpc2/mpc7448hpc2.c
+++ b/board/mpc7448hpc2/mpc7448hpc2.c
@@ -38,6 +38,8 @@ extern void ft_cpu_setup (void *blob, bd_t *bd);
#undef DEBUG
+DECLARE_GLOBAL_DATA_PTR;
+
extern void flush_data_cache (void);
extern void invalidate_l1_instruction_cache (void);
extern void tsi108_init_f (void);
@@ -46,8 +48,6 @@ int display_mem_map (void);
void after_reloc (ulong dest_addr)
{
- DECLARE_GLOBAL_DATA_PTR;
-
/*
* Jump to the main U-Boot board init code
*/