summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/Makefile
diff options
context:
space:
mode:
authorhuang lin <hl@rock-chips.com>2015-11-17 14:20:25 +0800
committerSimon Glass <sjg@chromium.org>2015-12-01 08:07:22 -0700
commit07d8d35a612b30e37256179fc6fd40158bcb528e (patch)
treefb247c1bfd8287336b504ee7616038ca7c19994e /arch/arm/mach-rockchip/Makefile
parent2863724831a37b7ef84ba7490c4d41e678191b03 (diff)
downloadtalos-obmc-uboot-07d8d35a612b30e37256179fc6fd40158bcb528e.tar.gz
talos-obmc-uboot-07d8d35a612b30e37256179fc6fd40158bcb528e.zip
rockchip: add early uart driver
add early uart driver so we can print debug message in SPL stage Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/Makefile')
-rw-r--r--arch/arm/mach-rockchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Makefile b/arch/arm/mach-rockchip/Makefile
index 902235b867..a29675ddf1 100644
--- a/arch/arm/mach-rockchip/Makefile
+++ b/arch/arm/mach-rockchip/Makefile
@@ -10,5 +10,6 @@ else
obj-y += board.o
endif
obj-y += rk_timer.o
+obj-y += rk_early_print.o
obj-$(CONFIG_$(SPL_)ROCKCHIP_COMMON) += common.o
obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/
OpenPOWER on IntegriCloud