]> git.sur5r.net Git - u-boot/blobdiff - include/asm-blackfin/global_data.h
Blackfin: Remove relocation fixups
[u-boot] / include / asm-blackfin / global_data.h
index 3194b72a537105337b8aac7e1b85b760cb71a118..b78b04cd6beb476b1e288fa7940e77860581a2f2 100644 (file)
@@ -44,7 +44,6 @@ typedef struct global_data {
        unsigned long baudrate;
        unsigned long have_console;     /* serial_init() was called */
        phys_size_t ram_size;           /* RAM size */
-       unsigned long reloc_off;        /* Relocation Offset */
        unsigned long env_addr; /* Address  of Environment struct */
        unsigned long env_valid;        /* Checksum of Environment valid? */
 #if defined(CONFIG_POST) || defined(CONFIG_LOGBUFFER)