rockchip: Add cpu-info
[oweals/u-boot.git] / arch / arm / mach-rockchip / Makefile
index a728acda24a3408d7b76e001ba9e9b0ed3452e68..5b38526fe05ebd3ef02082597dfa02ed1027077d 100644 (file)
@@ -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