rockchip: Add params_setup to RK3328.
authorChristoph Müllner <christophm30@gmail.com>
Wed, 1 May 2019 15:45:10 +0000 (17:45 +0200)
committerChristoph Müllner <christophm30@gmail.com>
Wed, 1 May 2019 15:52:53 +0000 (17:52 +0200)
commitf476e63f7af05d0c8e375fed28459e2027c064dc
treeef7f446755c1411ee654e34557dbd873206a9da1
parent0957b9b2717d314fc669b22542e8329d48f178ef
rockchip: Add params_setup to RK3328.

params_setup.c provides the function params_early_setup, which
takes care of parsing ATF parameters (bl31_plat_param array,
fdt or coreboot table). As params_early_setup is defined as weak
symbol in bl31_plat_setup.c, providing a platform-specific
bl31_plat_setup implementation is optional.

This patch adds the rockchip-common params_setup.c to the sources
for RK3328. This streamlines the parameter handling for all supported
rockchip SoCs.

Signed-off-by: Christoph Müllner <christophm30@gmail.com>
Change-Id: I071c03106114364ad2fc408e49cc791fe5b35925
plat/rockchip/rk3328/platform.mk