summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-07-03 00:34:49 -0600
committerWolfgang Denk <wd@denx.de>2007-07-04 01:08:40 +0200
commit057004f4a4863554d56cc56268bfa7c7d9738e27 (patch)
treeb983578ed63a1a63fc82cec9333e2253e7e795e1 /include/common.h
parent5af61b2f4b838a05f79be274f3e5a66edd2d9c96 (diff)
Correct fixup relocation for mpc83xx
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 b224e06976..d89617ae2c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -96,6 +96,7 @@ 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>