From f8aa5d7df0bc9146501dfba1d42fe0d8e12dd60a Mon Sep 17 00:00:00 2001 From: Ambroise Vincent Date: Mon, 29 Jul 2019 14:52:20 +0100 Subject: [PATCH] rockchip: px30: Use new bl31_params_parse functions This change is needed for the platform to compile following the changes made in commits cbdc72b559ab and 3e02c7436cf4. Change-Id: I3468dd27f3b4f3095fb82f445d51cd8714311eb7 Signed-off-by: Ambroise Vincent --- plat/rockchip/px30/platform.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plat/rockchip/px30/platform.mk b/plat/rockchip/px30/platform.mk index e947682cc..ee85cd311 100644 --- a/plat/rockchip/px30/platform.mk +++ b/plat/rockchip/px30/platform.mk @@ -30,11 +30,13 @@ RK_GIC_SOURCES := drivers/arm/gic/common/gic_common.c \ plat/common/aarch64/crash_console_helpers.S \ ${RK_PLAT}/common/rockchip_gicv2.c -PLAT_BL_COMMON_SOURCES := lib/xlat_tables/xlat_tables_common.c \ +PLAT_BL_COMMON_SOURCES := lib/bl_aux_params/bl_aux_params.c \ + lib/xlat_tables/xlat_tables_common.c \ lib/xlat_tables/aarch64/xlat_tables.c \ plat/common/plat_psci_common.c BL31_SOURCES += ${RK_GIC_SOURCES} \ + common/desc_image_load.c \ drivers/arm/cci/cci.c \ drivers/delay_timer/delay_timer.c \ drivers/delay_timer/generic_delay_timer.c \