]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/Makefile
config: rename CONFIG_MX* to CONFIG_SOC_MX*
[karo-tx-uboot.git] / arch / arm / Makefile
index ebb7dc34ac7d879a77de54a69654c7d18caf8549..c68144fb5f33536edc4810a48c091fb4c281c38e 100644 (file)
@@ -15,7 +15,7 @@ libs-y += arch/arm/cpu/
 libs-y += arch/arm/lib/
 
 ifeq ($(CONFIG_SPL_BUILD),y)
-ifneq (,$(CONFIG_MX23)$(CONFIG_MX35)$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35))
+ifneq (,$(CONFIG_SOC_MX23)$(CONFIG_SOC_MX35)$(filter $(SOC), mx25 mx27 mx5 mx6 mx31 mx35))
 libs-y += arch/arm/imx-common/
 endif
 else