]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: zynq: Remove -mno-unaligned-access flag duplication
authorMichal Simek <michal.simek@xilinx.com>
Tue, 24 May 2016 12:05:57 +0000 (14:05 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 24 May 2016 13:24:58 +0000 (15:24 +0200)
Patch:
"arm: Switch to -mno-unaligned-access when supported by the compiler"
(sha1: 1551df35f296f0a8df32f4f2054254f46e8be252)
enables -mno-unaligned-access for all platforms. Remove it for Zynq.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynq/config.mk

index 3127c704eba163cc1406b66d64d6007423ca8ed2..b702442e9975b4ef36c189e69fc283d1a4e3aba5 100644 (file)
@@ -4,5 +4,3 @@
 # SPDX-License-Identifier:      GPL-2.0
 #
 PLATFORM_RELFLAGS += -fno-strict-aliasing
-# Xilinx, added to prevent unaligned accesses which started happening # with GCC 4.5.2 tools
-PLATFORM_RELFLAGS += -mno-unaligned-access