summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-11-15 08:24:32 -0700
committerGrant Likely <grant.likely@secretlab.ca>2007-11-15 08:31:22 -0700
commite15633888a058aacb31a62d2cf1278e1e4c236ab (patch)
tree8ac3226d03fbfb75fd025b00db7efe528d72b788 /include
parent139365fbe566d0fc619a1ed04452ec5388f0cef8 (diff)
downloadtalos-obmc-uboot-e15633888a058aacb31a62d2cf1278e1e4c236ab.tar.gz
talos-obmc-uboot-e15633888a058aacb31a62d2cf1278e1e4c236ab.zip
Revert "Correct fixup relocation for MPC5xxx"
This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index a4d1f8d962..4bfb8c5627 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>
OpenPOWER on IntegriCloud