diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-10-29 15:54:52 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-11-12 17:40:54 +0100 |
commit | f978559c05d90751a1e128aa852496410f9f947f (patch) | |
tree | 29bccc79f8ba9b69c15cf6c8f0e89154b325be52 | |
parent | 623787fd58c2ef2fc5a504eacc99672c464211eb (diff) | |
download | u-boot-imx-f978559c05d90751a1e128aa852496410f9f947f.zip u-boot-imx-f978559c05d90751a1e128aa852496410f9f947f.tar.gz u-boot-imx-f978559c05d90751a1e128aa852496410f9f947f.tar.bz2 |
imx: mx7: compile misc.c for mx7
Compile misc.c for mx7, since we need related function for
lcdif and nand.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Sanchayan Maity <maitysanchayan@gmail.com>
Cc: Stefan Agner <stefan@agner.ch>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r-- | arch/arm/imx-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile index 4abffee..e7190c3 100644 --- a/arch/arm/imx-common/Makefile +++ b/arch/arm/imx-common/Makefile @@ -14,7 +14,7 @@ ifeq ($(SOC),$(filter $(SOC),mx5 mx6)) obj-y += timer.o cpu.o speed.o obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o endif -ifeq ($(SOC),$(filter $(SOC),mx6 mxs)) +ifeq ($(SOC),$(filter $(SOC),mx7 mx6 mxs)) obj-y += misc.o obj-$(CONFIG_SPL_BUILD) += spl.o endif |