diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:20:43 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:31:17 -0700 |
commit | 928fe33b24cdf382a8dc8687fed24b1961cdb5d6 (patch) | |
tree | 2f07531a8c25f49626fb84b1cf0dbf418bd5c778 /include/common.h | |
parent | c93945e8f9e300860d2bf73a2549ce5794f8bd00 (diff) | |
download | u-boot-imx-928fe33b24cdf382a8dc8687fed24b1961cdb5d6.zip u-boot-imx-928fe33b24cdf382a8dc8687fed24b1961cdb5d6.tar.gz u-boot-imx-928fe33b24cdf382a8dc8687fed24b1961cdb5d6.tar.bz2 |
Revert "Correct fixup relocation for mpc83xx"
This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
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 5a63906..3973ed8 100644 --- a/include/common.h +++ b/include/common.h @@ -99,7 +99,6 @@ typedef volatile unsigned char vu_char; #ifdef CONFIG_MPC83XX #include <mpc83xx.h> #include <asm/immap_83xx.h> -#define CONFIG_RELOC_FIXUP_WORKS #endif #ifdef CONFIG_4xx #include <ppc4xx.h> |