]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rockchip: not depends on TPL_BUILD for rk3188 makefile including
authorKever Yang <kever.yang@rock-chips.com>
Mon, 2 Sep 2019 07:59:03 +0000 (15:59 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 11 Sep 2019 08:16:12 +0000 (16:16 +0800)
The rk3188/Makefile already depends on !TPL_BUILD, so no need to add
this again in parent Makefile, remove it.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Makefile

index 207f9000110db46b5f7fae6978b9b94a51a60d6b..616dd8f0f2571ae6831035a0c02a81b3bee1c34f 100644 (file)
@@ -31,9 +31,7 @@ endif
 
 obj-$(CONFIG_ROCKCHIP_RK3036) += rk3036/
 obj-$(CONFIG_ROCKCHIP_RK3128) += rk3128/
-ifndef CONFIG_TPL_BUILD
 obj-$(CONFIG_ROCKCHIP_RK3188) += rk3188/
-endif
 obj-$(CONFIG_ROCKCHIP_RK322X) += rk322x/
 obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/
 obj-$(CONFIG_ROCKCHIP_RK3328) += rk3328/