]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/global_data.h
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.git] / include / asm-ppc / global_data.h
index 7cf234d1847fb8a967f5af14b28f992013e85dee..34701803ffee4e43d91f849e8a0e6dc6bae66189 100644 (file)
@@ -62,6 +62,9 @@ typedef       struct  global_data {
 #if defined(CONFIG_SANDPOINT) || defined(CONFIG_MUSENKI)
        void *          console_addr;
 #endif
+#ifdef CONFIG_AMIGAONEG3SE
+       unsigned long   relocaddr;      /* Start address of U-Boot in RAM */
+#endif
 #if defined(CONFIG_LCD) || defined(CONFIG_VIDEO)
        unsigned long   fb_base;        /* Base address of framebuffer memory   */
 #endif