diff options
Diffstat (limited to 'arch/microblaze/cpu/start.S')
| -rw-r--r-- | arch/microblaze/cpu/start.S | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S index 98c248fdb..93a9efdf1 100644 --- a/arch/microblaze/cpu/start.S +++ b/arch/microblaze/cpu/start.S @@ -24,6 +24,7 @@   * MA 02111-1307 USA   */ +#include <asm-offsets.h>  #include <config.h>  	.text @@ -97,7 +98,7 @@ _start:  	 * 0xC: 0xB808XXXX  	 *  	 * then it is necessary to count address for storing the most significant -	 * 16bits from _exception_handler address and copy it to  +	 * 16bits from _exception_handler address and copy it to  	 * 0xa address. Big endian use offset in r10=0 that's why is it just  	 * 0xa address. The same is done for the least significant 16 bits  	 * for 0xe address. |