rockchip: px30: Use new bl31_params_parse functions
authorAmbroise Vincent <[email protected]>
Mon, 29 Jul 2019 13:52:20 +0000 (14:52 +0100)
committerAmbroise Vincent <[email protected]>
Mon, 29 Jul 2019 13:52:20 +0000 (14:52 +0100)
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 <[email protected]>
plat/rockchip/px30/platform.mk

index e947682cc63f5391c0305be3a1f34e777d6077ff..ee85cd3116656672cb1b4f8113e4246b1a45b01f 100644 (file)
@@ -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       \