diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-12-21 06:21:18 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 20:35:47 +0100 |
commit | c1e0940f7c0371e9fcdc56fd23765dd8818703d1 (patch) | |
tree | 8eb16c322fe2553b0f43bf04e99f6da446922c9d /arch/arm/mach-imx/Makefile | |
parent | 04b249656ebf311080a8efbbc0022acb38beca13 (diff) | |
download | u-boot-c1e0940f7c0371e9fcdc56fd23765dd8818703d1.tar.gz u-boot-c1e0940f7c0371e9fcdc56fd23765dd8818703d1.tar.bz2 u-boot-c1e0940f7c0371e9fcdc56fd23765dd8818703d1.zip |
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/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index d236e40510..30117f3a0e 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -24,7 +24,7 @@ obj-y += cpu.o speed.o obj-$(CONFIG_GPT_TIMER) += timer.o obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o endif -ifeq ($(SOC),$(filter $(SOC),mx7 mx6 mxs imx8m)) +ifeq ($(SOC),$(filter $(SOC),mx7 mx6 mxs imx8m imx8)) obj-y += misc.o obj-$(CONFIG_SPL_BUILD) += spl.o endif |