aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip/common/include
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/common/include
parentd9af1f7b6f4ec29d42d15936f254215ad061569f (diff)
downloadtrusted-firmware-a-3e02c7436cf40fb7f7eb4d3038b7fc1ed1eeaa5f.tar.gz
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/common/include')
-rw-r--r--plat/rockchip/common/include/plat_private.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/plat/rockchip/common/include/plat_private.h b/plat/rockchip/common/include/plat_private.h
index 242b528157..66b61850db 100644
--- a/plat/rockchip/common/include/plat_private.h
+++ b/plat/rockchip/common/include/plat_private.h
@@ -31,15 +31,6 @@ extern uint32_t __bl31_sram_text_real_end, __bl31_sram_data_real_end;
extern uint32_t __sram_incbin_start, __sram_incbin_end;
extern uint32_t __sram_incbin_real_end;
-struct rockchip_bl31_params {
- param_header_t h;
- image_info_t *bl31_image_info;
- entry_point_info_t *bl32_ep_info;
- image_info_t *bl32_image_info;
- entry_point_info_t *bl33_ep_info;
- image_info_t *bl33_image_info;
-};
-
/******************************************************************************
* The register have write-mask bits, it is mean, if you want to set the bits,
* you needs set the write-mask bits at the same time,