summaryrefslogtreecommitdiffstats
path: root/cpu/mpc824x/config.mk
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-07-03 00:34:39 -0600
committerWolfgang Denk <wd@denx.de>2007-07-04 01:08:19 +0200
commitf3a52fe05923935db86985daf9438e2f70ac39aa (patch)
tree71aa94d46edddefbf1a811f3a886aafee3b1022f /cpu/mpc824x/config.mk
parenta85dd254c0577fca13627c46e93fc2ad4c4f1f00 (diff)
downloadtalos-obmc-uboot-f3a52fe05923935db86985daf9438e2f70ac39aa.tar.gz
talos-obmc-uboot-f3a52fe05923935db86985daf9438e2f70ac39aa.zip
Correct fixup relocation for mpc824x
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc824x/config.mk')
-rw-r--r--cpu/mpc824x/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc824x/config.mk b/cpu/mpc824x/config.mk
index 66207f4354..17fdb21d35 100644
--- a/cpu/mpc824x/config.mk
+++ b/cpu/mpc824x/config.mk
@@ -21,7 +21,7 @@
# MA 02111-1307 USA
#
-PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -fno-strict-aliasing
+PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -fno-strict-aliasing -mrelocatable
PLATFORM_CPPFLAGS += -DCONFIG_MPC824X -ffixed-r2 -ffixed-r29 -mstring -mcpu=603e -msoft-float
OpenPOWER on IntegriCloud