]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/evb64260/evb64260.c
* Patch by Rune Torgersen, 13 Feb 2003:
[karo-tx-uboot.git] / board / evb64260 / evb64260.c
index 1c02e321f4bff067aa754e01dce7995d652240cf..02431dab55f07c5271d5e64bd8da82fb5c51157d 100644 (file)
@@ -315,8 +315,10 @@ int misc_init_r (void)
 }
 
 void
-after_reloc(gd_t *gd, ulong dest_addr)
+after_reloc(ulong dest_addr)
 {
+       DECLARE_GLOBAL_DATA_PTR;
+
        /* check to see if we booted from the sram.  If so, move things
         * back to the way they should be. (we're running from main
         * memory at this point now */