85xx: init gd as early as possible
authorKumar Gala <galak@kernel.crashing.org>
Mon, 24 Nov 2008 16:29:26 +0000 (10:29 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Thu, 4 Dec 2008 09:15:43 +0000 (03:15 -0600)
commit9df59533f77de2829b4b66e5b7620e04edaa391c
treef14c08ad8a9aa09a1d6421e83d83f4c9a1202979
parentaed461af81012a398a205e9be67ab37667491838
85xx: init gd as early as possible

Moved up the initialization of GD so C code like set_tlb() can use
gd->flags to determine if we've relocated or not in the future.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Andy Fleming <afleming@freescale.com>
cpu/mpc85xx/cpu_init.c