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
1 parent 5167520 commit 4200e5aae7c70c728bc9c2e1d8d45223a3f7c614
@Heiko Stuebner Heiko Stuebner authored on 24 Apr 2019
Showing 5 changed files
View
plat/rockchip/common/params_setup.c
View
plat/rockchip/rk3288/platform.mk
View
plat/rockchip/rk3328/platform.mk
View
plat/rockchip/rk3368/platform.mk
View
plat/rockchip/rk3399/platform.mk