From: Peng Fan Date: Thu, 18 Oct 2018 12:28:09 +0000 (+0200) Subject: arm: build mach-imx for i.MX8 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=a6bba0bd00e2cdf8010615e9ddf77ab978857c85;p=u-boot.git arm: build mach-imx for i.MX8 Build mach-imx for i.MX8 Signed-off-by: Peng Fan Reviewed-by: Anatolij Gustschin Cc: Stefano Babic --- diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 8f50560434..7285913b41 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -105,7 +105,7 @@ ifneq (,$(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_MX35)$(filter $(SOC), mx25 mx5 mx6 libs-y += arch/arm/mach-imx/ endif else -ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs mx8m vf610)) +ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs mx8m imx8 vf610)) libs-y += arch/arm/mach-imx/ endif endif