X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fcpu%2Fpxa%2Fconfig.mk;h=7fb5316d8f3b14013ecddaa8bf94c8f119c863e9;hb=9cfc05985319c52933d84a7609fc8b143b1ff18a;hp=f2befbe515557179c44ea67ff3445eba3eca3586;hpb=0effc5e5678e569296f661c8f66b182e8788f30d;p=u-boot diff --git a/arch/arm/cpu/pxa/config.mk b/arch/arm/cpu/pxa/config.mk index f2befbe515..7fb5316d8f 100644 --- a/arch/arm/cpu/pxa/config.mk +++ b/arch/arm/cpu/pxa/config.mk @@ -6,15 +6,6 @@ # SPDX-License-Identifier: GPL-2.0+ # -PLATFORM_CPPFLAGS += -mcpu=xscale -# ========================================================================= -# -# Supply options according to compiler version -# -# ======================================================================== -PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT) - # # !WARNING! # The PXA's OneNAND SPL uses .text.0 and .text.1 segments to allow booting from @@ -25,5 +16,5 @@ PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT) # #ifdef CONFIG_SPL_BUILD -OBJCFLAGS += -j .text.0 -j .text.1 +OBJCOPYFLAGS += -j .text.0 -j .text.1 #endif