diff options
author | Wolfgang Denk <wd@denx.de> | 2007-09-08 20:45:59 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-09-08 20:45:59 +0200 |
commit | fd63d832cd929f8e8d8fcac9b3e55b1091588a43 (patch) | |
tree | 970a1aea44f1e9f3a1ed1aac56ad93b83bedd41a /cpu/mpc512x/config.mk | |
parent | ff7640c9ead8806b5d827f2b29f9cb2632add729 (diff) | |
parent | 08e2e5fcd2e06670b62e1680a3934c0e55c72810 (diff) | |
download | u-boot-imx-fd63d832cd929f8e8d8fcac9b3e55b1091588a43.zip u-boot-imx-fd63d832cd929f8e8d8fcac9b3e55b1091588a43.tar.gz u-boot-imx-fd63d832cd929f8e8d8fcac9b3e55b1091588a43.tar.bz2 |
Merge with /home/raj/git/u-boot#ads5121_fixes
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 8a07c5a..3259d53 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 +PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -mrelocatable PLATFORM_CPPFLAGS += -DCONFIG_MPC512X -DCONFIG_E300 \ -ffixed-r2 -ffixed-r29 -msoft-float -mcpu=603e |