From: Michal Simek Date: Tue, 24 May 2016 12:10:17 +0000 (+0200) Subject: ARM: zynq: Remove -fno-strict-aliasing from config.mk X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4fae5d4caeff7237dafec496d8534b10e94e75d;p=thirdparty%2Fu-boot.git ARM: zynq: Remove -fno-strict-aliasing from config.mk config.mk is not included in the build for a while and none reported any problem. Remove this file completely. Signed-off-by: Michal Simek --- diff --git a/arch/arm/mach-zynq/config.mk b/arch/arm/mach-zynq/config.mk deleted file mode 100644 index b702442e997..00000000000 --- a/arch/arm/mach-zynq/config.mk +++ /dev/null @@ -1,6 +0,0 @@ -# -# Copyright (C) 2013 - 2015 Xilinx, Inc. All rights reserved. -# -# SPDX-License-Identifier: GPL-2.0 -# -PLATFORM_RELFLAGS += -fno-strict-aliasing