summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-22 00:27:37 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-25 00:27:53 +0900
commite6eecca54ffb99ee6877c0e29b0b389a481fcd85 (patch)
tree5ef8a962055e8c99f2162331259c01591ea237e7 /arch/arm/mach-uniphier/Makefile
parentfcbcd59730255018dbe78af9294598273a85a0de (diff)
downloadu-boot-imx-e6eecca54ffb99ee6877c0e29b0b389a481fcd85.zip
u-boot-imx-e6eecca54ffb99ee6877c0e29b0b389a481fcd85.tar.gz
u-boot-imx-e6eecca54ffb99ee6877c0e29b0b389a481fcd85.tar.bz2
ARM: uniphier: unify low-level debug init code
Move init code of low-level debug into a single file. This is helpful to create an image that runs on multiple SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/Makefile')
-rw-r--r--arch/arm/mach-uniphier/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Makefile b/arch/arm/mach-uniphier/Makefile
index d30cc27..5c2ccbd 100644
--- a/arch/arm/mach-uniphier/Makefile
+++ b/arch/arm/mach-uniphier/Makefile
@@ -10,6 +10,8 @@ obj-y += spl.o
obj-y += memconf.o
obj-y += ddrphy_training.o
+obj-$(CONFIG_DEBUG_LL) += debug_ll.o
+
else
obj-y += late_lowlevel_init.o