summaryrefslogtreecommitdiff
path: root/plat/rockchip
diff options
context:
space:
mode:
authorAmbroise Vincent <ambroise.vincent@arm.com>2019-07-29 14:52:20 +0100
committerAmbroise Vincent <ambroise.vincent@arm.com>2019-07-29 14:52:20 +0100
commitf8aa5d7df0bc9146501dfba1d42fe0d8e12dd60a (patch)
tree2d0bedca6befe7ebda18163d89991c736b61d649 /plat/rockchip
parentac1adfde3f6b34455c66698ec1e8d69cf00b39af (diff)
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 <ambroise.vincent@arm.com>
Diffstat (limited to 'plat/rockchip')
-rw-r--r--plat/rockchip/px30/platform.mk4
1 files changed, 3 insertions, 1 deletions
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 \