diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-01-17 09:37:42 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-01-29 07:05:41 +0100 |
commit | 3e549a69469775ae26dd3bc34365e6da5bdbf18c (patch) | |
tree | a09365927f90c3c2e5275b95e8cb2705ac377a6d /arch/arm/mach-imx/Makefile | |
parent | ARM: imx: remove unused imx6q_clock_map_io() (diff) | |
download | linux-3e549a69469775ae26dd3bc34365e6da5bdbf18c.tar.xz linux-3e549a69469775ae26dd3bc34365e6da5bdbf18c.zip |
ARM: imx: use debug_ll_io_init() for imx6q
Use debug_ll_io_init() to map low level debug port for imx6q, so that
arch/arm/mach-imx/lluart.c can be removed.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 0634b3152c24..f35eb397bd50 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -88,7 +88,6 @@ obj-$(CONFIG_MACH_EUKREA_CPUIMX35SD) += mach-cpuimx35.o obj-$(CONFIG_MACH_EUKREA_MBIMXSD35_BASEBOARD) += eukrea_mbimxsd35-baseboard.o obj-$(CONFIG_MACH_VPR200) += mach-vpr200.o -obj-$(CONFIG_DEBUG_LL) += lluart.o obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o obj-$(CONFIG_HAVE_IMX_MMDC) += mmdc.o obj-$(CONFIG_HAVE_IMX_SRC) += src.o |