summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-11-15 08:21:04 -0700
committerGrant Likely <grant.likely@secretlab.ca>2007-11-15 08:31:21 -0700
commit139365fbe566d0fc619a1ed04452ec5388f0cef8 (patch)
tree12deae896a5cb75f06a19362c66221b2929e3ddc /include
parent70922342369e5e39b286fe21e768a239ca07a514 (diff)
downloadtalos-obmc-uboot-139365fbe566d0fc619a1ed04452ec5388f0cef8.tar.gz
talos-obmc-uboot-139365fbe566d0fc619a1ed04452ec5388f0cef8.zip
Revert "Correct fixup relocation for mpc8220"
This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00. 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 8ba57e8ef3..a4d1f8d962 100644
--- a/include/common.h
+++ b/include/common.h
@@ -72,7 +72,6 @@ typedef volatile unsigned char vu_char;
#include <asm/immap_512x.h>
#elif defined(CONFIG_MPC8220)
#include <asm/immap_8220.h>
-#define CONFIG_RELOC_FIXUP_WORKS
#elif defined(CONFIG_8260)
#if defined(CONFIG_MPC8247) \
|| defined(CONFIG_MPC8248) \
OpenPOWER on IntegriCloud