summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-19 23:07:12 -0500
committerTom Rini <trini@konsulko.com>2020-01-19 23:07:12 -0500
commitcd057f5e15acaf099b375dcce508257fdadaf497 (patch)
treebe4138af2cba228038d171bcd42a9bb79f3e7627 /arch/arm/mach-rockchip/Makefile
parent2d2f91a480f6849a8548414003d36fa030d434f1 (diff)
parentf9a0f5b83e9eabf4d064c7ec46fe2f9b9b694b4e (diff)
downloadu-boot-WIP/19Jan2020.tar.gz
Merge tag 'u-boot-rockchip-20200120' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchipWIP/19Jan2020
- Support SPI boot and redundant boot for rk3399 - Support binman for rockchip platform - Update ram driver and add ddr4 support for rk3328
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 a728acda24..5b38526fe0 100644
--- a/arch/arm/mach-rockchip/Makefile
+++ b/arch/arm/mach-rockchip/Makefile
@@ -22,6 +22,7 @@ ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TPL_BUILD),)
# we can have the preprocessor correctly recognise both 0x0 and 0
# meaning "turn it off".
obj-y += boot_mode.o
+obj-$(CONFIG_DISPLAY_CPUINFO) += cpu-info.o
obj-$(CONFIG_ROCKCHIP_COMMON_BOARD) += board.o
obj-$(CONFIG_MISC_INIT_R) += misc.o
endif