diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:24:32 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:31:22 -0700 |
commit | e15633888a058aacb31a62d2cf1278e1e4c236ab (patch) | |
tree | 8ac3226d03fbfb75fd025b00db7efe528d72b788 /include/common.h | |
parent | 139365fbe566d0fc619a1ed04452ec5388f0cef8 (diff) | |
download | u-boot-imx-e15633888a058aacb31a62d2cf1278e1e4c236ab.zip u-boot-imx-e15633888a058aacb31a62d2cf1278e1e4c236ab.tar.gz u-boot-imx-e15633888a058aacb31a62d2cf1278e1e4c236ab.tar.bz2 |
Revert "Correct fixup relocation for MPC5xxx"
This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
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 a4d1f8d..4bfb8c5 100644 --- a/include/common.h +++ b/include/common.h @@ -66,7 +66,6 @@ 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_MPC512X) #include <mpc512x.h> #include <asm/immap_512x.h> |