From: Ambroise Vincent Date: Mon, 29 Jul 2019 13:52:20 +0000 (+0100) Subject: rockchip: px30: Use new bl31_params_parse functions X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f8aa5d7df0bc9146501dfba1d42fe0d8e12dd60a;p=project%2Fbcm63xx%2Fatf.git 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 --- diff --git a/plat/rockchip/px30/platform.mk b/plat/rockchip/px30/platform.mk index e947682c..ee85cd31 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 \