]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/pxa/config.mk
pxa: add support for D- and I- caches
[u-boot] / arch / arm / cpu / pxa / config.mk
index 986b11b419d962671496d89c7c3150345c150fb1..7fb5316d8f3b14013ecddaa8bf94c8f119c863e9 100644 (file)
@@ -6,8 +6,6 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-PLATFORM_CPPFLAGS += -mcpu=xscale
-
 #
 # !WARNING!
 # The PXA's OneNAND SPL uses .text.0 and .text.1 segments to allow booting from
@@ -18,5 +16,5 @@ PLATFORM_CPPFLAGS += -mcpu=xscale
 #
 
 #ifdef CONFIG_SPL_BUILD
-OBJCFLAGS += -j .text.0 -j .text.1
+OBJCOPYFLAGS += -j .text.0 -j .text.1
 #endif