diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:34:29 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 01:07:40 +0200 |
commit | 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90 (patch) | |
tree | 18d2ee2d277dbe8e1dba39d1a15e955830e9153b /include | |
parent | 3649cd99ba815b6601868735765602f00ef3692b (diff) | |
download | u-boot-6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.tar.gz |
Correct fixup relocation for MPC5xxx
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 7319c54939..a905072ae3 100644 --- a/include/common.h +++ b/include/common.h @@ -66,6 +66,7 @@ typedef volatile unsigned char vu_char; #define CONFIG_RELOC_FIXUP_WORKS #elif defined(CONFIG_MPC5xxx) #include <mpc5xxx.h> +#define CONFIG_RELOC_FIXUP_WORKS #elif defined(CONFIG_MPC8220) #include <asm/immap_8220.h> #elif defined(CONFIG_8260) |