diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2018-11-02 11:15:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-02 11:15:56 +0100 |
commit | dd756c98953fa76ff000e97c6207111015c1c8c6 (patch) | |
tree | 76beb8ca77fd05a44bfc40814a817a6cdd517d99 /plat | |
parent | ebd17fa41ed3750bf7e6aa5692558b16f1768c4a (diff) | |
parent | 8db71e3716d7ad4e0d513855c41125f4072bb4fe (diff) | |
download | platform_external_arm-trusted-firmware-dd756c98953fa76ff000e97c6207111015c1c8c6.tar.gz platform_external_arm-trusted-firmware-dd756c98953fa76ff000e97c6207111015c1c8c6.tar.bz2 platform_external_arm-trusted-firmware-dd756c98953fa76ff000e97c6207111015c1c8c6.zip |
Merge pull request #1663 from sudeep-holla/scpi_build_fix
plat: juno: fix build for !CSS_USE_SCMI_DRIVER
Diffstat (limited to 'plat')
-rw-r--r-- | plat/arm/board/juno/juno_topology.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/arm/board/juno/juno_topology.c b/plat/arm/board/juno/juno_topology.c index 6d8fc05ce..c8a759824 100644 --- a/plat/arm/board/juno/juno_topology.c +++ b/plat/arm/board/juno/juno_topology.c @@ -12,6 +12,7 @@ #include "../../css/drivers/scmi/scmi.h" #include "../../css/drivers/mhu/css_mhu_doorbell.h" +#if CSS_USE_SCMI_SDS_DRIVER static scmi_channel_plat_info_t juno_scmi_plat_info = { .scmi_mbx_mem = CSS_SCMI_PAYLOAD_BASE, .db_reg_addr = PLAT_CSS_MHU_BASE + CSS_SCMI_MHU_DB_REG_OFF, @@ -25,6 +26,7 @@ scmi_channel_plat_info_t *plat_css_get_scmi_info() return &juno_scmi_plat_info; } +#endif /* * On Juno, the system power level is the highest power level. * The first entry in the power domain descriptor specifies the |