diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:20:50 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:31:18 -0700 |
commit | 96279ab4cad60cb5972aa934fbe4845ac02cc75a (patch) | |
tree | 7e9729c604392c865a505f7fbe570237ad531159 /include/common.h | |
parent | 928fe33b24cdf382a8dc8687fed24b1961cdb5d6 (diff) |
Revert "Correct fixup relocation for mpc8260"
This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
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, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 3973ed86c5e..d763cc7e2e5 100644 --- a/include/common.h +++ b/include/common.h @@ -86,7 +86,6 @@ 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> |