diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:20:25 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:31:16 -0700 |
commit | c93945e8f9e300860d2bf73a2549ce5794f8bd00 (patch) | |
tree | e33e3498a3eda409fa338f08d8ff9ea9d91c754b /cpu/mpc512x/config.mk | |
parent | 1ce55151c85d068f70317a8d65c61058b891afb4 (diff) | |
download | u-boot-imx-c93945e8f9e300860d2bf73a2549ce5794f8bd00.zip u-boot-imx-c93945e8f9e300860d2bf73a2549ce5794f8bd00.tar.gz u-boot-imx-c93945e8f9e300860d2bf73a2549ce5794f8bd00.tar.bz2 |
Revert "[MPC512x] Correct fixup relocation"
This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc512x/config.mk')
-rw-r--r-- | cpu/mpc512x/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc512x/config.mk b/cpu/mpc512x/config.mk index 3259d53..8a07c5a 100644 --- a/cpu/mpc512x/config.mk +++ b/cpu/mpc512x/config.mk @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -mrelocatable +PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi PLATFORM_CPPFLAGS += -DCONFIG_MPC512X -DCONFIG_E300 \ -ffixed-r2 -ffixed-r29 -msoft-float -mcpu=603e |