diff options
author | Grant Likely | 2007-11-15 08:20:57 -0700 |
---|---|---|
committer | Grant Likely | 2007-11-15 08:31:19 -0700 |
commit | 70922342369e5e39b286fe21e768a239ca07a514 (patch) | |
tree | cce6437015513429fcab46a9abe866b51ed6e7ff /include | |
parent | 96279ab4cad60cb5972aa934fbe4845ac02cc75a (diff) |
Revert "Correct fixup relocation for mpc824x"
This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index d763cc7e2e5..8ba57e8ef3f 100644 --- a/include/common.h +++ b/include/common.h @@ -73,8 +73,6 @@ typedef volatile unsigned char vu_char; #elif defined(CONFIG_MPC8220) #include <asm/immap_8220.h> #define CONFIG_RELOC_FIXUP_WORKS -#elif defined(CONFIG_824X) -#define CONFIG_RELOC_FIXUP_WORKS #elif defined(CONFIG_8260) #if defined(CONFIG_MPC8247) \ || defined(CONFIG_MPC8248) \ |