diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:34:24 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 01:07:28 +0200 |
commit | 3649cd99ba815b6601868735765602f00ef3692b (patch) | |
tree | 62af179277d2d7072f881754ac375dc4986fde0d /include/common.h | |
parent | f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325 (diff) | |
download | u-boot-imx-3649cd99ba815b6601868735765602f00ef3692b.zip u-boot-imx-3649cd99ba815b6601868735765602f00ef3692b.tar.gz u-boot-imx-3649cd99ba815b6601868735765602f00ef3692b.tar.bz2 |
Correct relocation fixup for mpc5xx
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/common.h')
-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 d8b6b46..7319c54 100644 --- a/include/common.h +++ b/include/common.h @@ -63,6 +63,7 @@ typedef volatile unsigned char vu_char; #endif #elif defined(CONFIG_5xx) #include <asm/5xx_immap.h> +#define CONFIG_RELOC_FIXUP_WORKS #elif defined(CONFIG_MPC5xxx) #include <mpc5xxx.h> #elif defined(CONFIG_MPC8220) |