summaryrefslogtreecommitdiff
path: root/plat/rockchip/rk3288
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2019-05-30 16:57:15 -0700
committerJulius Werner <jwerner@chromium.org>2019-07-24 11:04:03 -0700
commit3e02c7436cf40fb7f7eb4d3038b7fc1ed1eeaa5f (patch)
treefdf6412bad9bf58944d84a9e7768d0469cc3e5f2 /plat/rockchip/rk3288
parentd9af1f7b6f4ec29d42d15936f254215ad061569f (diff)
plat/rockchip: Use new bl31_params_parse_helper()
The Rockchip platform is a prime candidate for switching to the new bl31_params_parse_helper(), so switch it over. This will allow BL2 implementations on this platform to transparently switch over to the version 2 parameter structure. Change-Id: I540741d2425c93f66c8697ce749a351eb2b3a7e8 Signed-off-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'plat/rockchip/rk3288')
-rw-r--r--plat/rockchip/rk3288/platform.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/rockchip/rk3288/platform.mk b/plat/rockchip/rk3288/platform.mk
index 980fb6bf..faf7a152 100644
--- a/plat/rockchip/rk3288/platform.mk
+++ b/plat/rockchip/rk3288/platform.mk
@@ -30,7 +30,8 @@ RK_GIC_SOURCES := drivers/arm/gic/common/gic_common.c \
plat/common/plat_gicv2.c \
${RK_PLAT}/common/rockchip_gicv2.c
-PLAT_BL_COMMON_SOURCES := lib/bl_aux_params/bl_aux_params.c \
+PLAT_BL_COMMON_SOURCES := common/desc_image_load.c \
+ lib/bl_aux_params/bl_aux_params.c \
plat/common/aarch32/crash_console_helpers.S \
plat/common/plat_psci_common.c