diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:34:44 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 01:08:27 +0200 |
commit | 5af61b2f4b838a05f79be274f3e5a66edd2d9c96 (patch) | |
tree | ad20947caccfdc40554e5aa3b87799217e755a21 /include | |
parent | f3a52fe05923935db86985daf9438e2f70ac39aa (diff) | |
download | u-boot-imx-5af61b2f4b838a05f79be274f3e5a66edd2d9c96.zip u-boot-imx-5af61b2f4b838a05f79be274f3e5a66edd2d9c96.tar.gz u-boot-imx-5af61b2f4b838a05f79be274f3e5a66edd2d9c96.tar.bz2 |
Correct fixup relocation for mpc8260
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 4c50053..b224e06 100644 --- a/include/common.h +++ b/include/common.h @@ -83,6 +83,7 @@ typedef volatile unsigned char vu_char; #define CONFIG_MPC8260 1 #endif #include <asm/immap_8260.h> +#define CONFIG_RELOC_FIXUP_WORKS #endif #ifdef CONFIG_MPC86xx #include <mpc86xx.h> |