diff options
Diffstat (limited to 'include/asm-microblaze')
| -rw-r--r-- | include/asm-microblaze/config.h | 3 | ||||
| -rw-r--r-- | include/asm-microblaze/global_data.h | 1 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/include/asm-microblaze/config.h b/include/asm-microblaze/config.h index 049c44eaf..8a9064b3c 100644 --- a/include/asm-microblaze/config.h +++ b/include/asm-microblaze/config.h @@ -21,4 +21,7 @@  #ifndef _ASM_CONFIG_H_  #define _ASM_CONFIG_H_ +/* Relocation to SDRAM works on all Microblaze boards */ +#define CONFIG_RELOC_FIXUP_WORKS +  #endif diff --git a/include/asm-microblaze/global_data.h b/include/asm-microblaze/global_data.h index 3f49c349c..ec7837f6b 100644 --- a/include/asm-microblaze/global_data.h +++ b/include/asm-microblaze/global_data.h @@ -39,7 +39,6 @@ typedef	struct	global_data {  	unsigned long	flags;  	unsigned long	baudrate;  	unsigned long	have_console;	/* serial_init() was called */ -	unsigned long	reloc_off;	/* Relocation Offset */  	unsigned long	env_addr;	/* Address  of Environment struct */  	unsigned long	env_valid;	/* Checksum of Environment valid? */  	unsigned long	fb_base;	/* base address of frame buffer */ |