rockchip: only include libfdt in non-coreboot cases
authorHeiko Stuebner <heiko@sntech.de>
Wed, 24 Apr 2019 18:26:51 +0000 (20:26 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 26 Apr 2019 21:36:17 +0000 (23:36 +0200)
commit4200e5aae7c70c728bc9c2e1d8d45223a3f7c614
tree3ef13b12282761893a715aff2e681d524a125097
parent5167520610a81d422cfeb0dc27cc746797cd8189
rockchip: only include libfdt in non-coreboot cases

While mainline u-boot always expects to submit the devicetree
as platform param, coreboot always uses the existing parameter
structure. As libfdt is somewhat big, it makes sense to limit
its inclusion to where necessary and thus only to non-coreboot
builds.

libfdt itself will get build in all cases, but only the non-
coreboot build will actually reference and thus include it.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Change-Id: I4c5bc28405a14e6070917e48a526bfe77bab2fb7
plat/rockchip/common/params_setup.c
plat/rockchip/rk3288/platform.mk
plat/rockchip/rk3328/platform.mk
plat/rockchip/rk3368/platform.mk
plat/rockchip/rk3399/platform.mk