diff options
| author | Peter Pearse <peter.pearse@arm.com> | 2007-09-18 11:12:58 +0100 |
|---|---|---|
| committer | Peter Pearse <peter.pearse@arm.com> | 2007-09-18 11:12:58 +0100 |
| commit | afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8 (patch) | |
| tree | 4b0d37a727b3ede6540825258cc930533c0cdce7 /cpu/mpc86xx/cpu_init.c | |
| parent | d94c79e47011af5e8dd10ed6163c09b4cfc743cc (diff) | |
| parent | 67c31036acaaaa992fc346cc89db0909a7e733c4 (diff) | |
| download | olio-uboot-2014.01-afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8.tar.xz olio-uboot-2014.01-afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8.zip | |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'cpu/mpc86xx/cpu_init.c')
| -rw-r--r-- | cpu/mpc86xx/cpu_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c index c8e466669..4f8956e0a 100644 --- a/cpu/mpc86xx/cpu_init.c +++ b/cpu/mpc86xx/cpu_init.c @@ -29,6 +29,8 @@ #include <common.h> #include <mpc86xx.h> +DECLARE_GLOBAL_DATA_PTR; + /* * Breathe some life into the CPU... * @@ -38,7 +40,6 @@ void cpu_init_f(void) { - DECLARE_GLOBAL_DATA_PTR; volatile immap_t *immap = (immap_t *)CFG_IMMR; volatile ccsr_lbc_t *memctl = &immap->im_lbc; |