summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-07-03 00:34:44 -0600
committerWolfgang Denk <wd@denx.de>2007-07-04 01:08:27 +0200
commit5af61b2f4b838a05f79be274f3e5a66edd2d9c96 (patch)
treead20947caccfdc40554e5aa3b87799217e755a21 /include/common.h
parentf3a52fe05923935db86985daf9438e2f70ac39aa (diff)
Correct fixup relocation for mpc8260
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 4c50053c02..b224e06976 100644
--- a/include/common.h
+++ b/include/common.h
@@ -83,6 +83,7 @@ typedef volatile unsigned char vu_char;
#define CONFIG_MPC8260 1
#endif
#include <asm/immap_8260.h>
+#define CONFIG_RELOC_FIXUP_WORKS
#endif
#ifdef CONFIG_MPC86xx
#include <mpc86xx.h>