diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-20 08:51:26 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:10 +0200 |
commit | c50afc1dab78a1a72bc37b60d97864e56b52cc5c (patch) | |
tree | 87d51fa10de3b03e2f9d1754f29872b6fd239cfb /arch/arm | |
parent | d3decdebdef6207939aa1995d7327822a0267ad4 (diff) | |
download | u-boot-imx-c50afc1dab78a1a72bc37b60d97864e56b52cc5c.zip u-boot-imx-c50afc1dab78a1a72bc37b60d97864e56b52cc5c.tar.gz u-boot-imx-c50afc1dab78a1a72bc37b60d97864e56b52cc5c.tar.bz2 |
Revert "arm: armv7: add compile option -mno-unaligned-access if available"
This reverts commit 5347560f5427bcdd48a563b62180481606ac8044,
which was applied only to get release 2012.07 functional on as
many ARM targets as possible despite mis-aligned accesses.
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/armv7/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv7/config.mk b/arch/arm/cpu/armv7/config.mk index 560c084..5407cb6 100644 --- a/arch/arm/cpu/armv7/config.mk +++ b/arch/arm/cpu/armv7/config.mk @@ -26,8 +26,6 @@ PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float # supported by more tool-chains PF_CPPFLAGS_ARMV7 := $(call cc-option, -march=armv7-a, -march=armv5) PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARMV7) -PF_CPPFLAGS_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,) -PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_NO_UNALIGNED) # ========================================================================= # |