aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-12-21 06:21:18 +0000
committerStefano Babic <sbabic@denx.de>2019-01-28 20:35:47 +0100
commitc1e0940f7c0371e9fcdc56fd23765dd8818703d1 (patch)
tree8eb16c322fe2553b0f43bf04e99f6da446922c9d /arch/arm/Makefile
parent04b249656ebf311080a8efbbc0022acb38beca13 (diff)
downloadu-boot-c1e0940f7c0371e9fcdc56fd23765dd8818703d1.zip
u-boot-c1e0940f7c0371e9fcdc56fd23765dd8818703d1.tar.gz
u-boot-c1e0940f7c0371e9fcdc56fd23765dd8818703d1.tar.bz2
arm: imx: build mach-imx for i.MX8
To enable SPL for i.MX8, we could reuse code in arch/arm/mach-imx. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 8173025..5384981 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -104,7 +104,7 @@ libs-y += arch/arm/cpu/
libs-y += arch/arm/lib/
ifeq ($(CONFIG_SPL_BUILD),y)
-ifneq (,$(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_MX35)$(filter $(SOC), mx25 mx5 mx6 mx7 mx35 imx8m))
+ifneq (,$(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_MX35)$(filter $(SOC), mx25 mx5 mx6 mx7 mx35 imx8m imx8))
libs-y += arch/arm/mach-imx/
endif
else