diff options
Diffstat (limited to 'plat/arm/css/common/css_common.mk')
-rw-r--r-- | plat/arm/css/common/css_common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/css/common/css_common.mk b/plat/arm/css/common/css_common.mk index 49fedc3a..8fcfbe50 100644 --- a/plat/arm/css/common/css_common.mk +++ b/plat/arm/css/common/css_common.mk @@ -60,8 +60,8 @@ ifneq (${RESET_TO_BL31},0) Please set RESET_TO_BL31 to 0.") endif -# Subsystems require a BL30 image -$(eval $(call FIP_ADD_IMG,BL30,--bl30)) +# Subsystems require a SCP_BL2 image +$(eval $(call FIP_ADD_IMG,SCP_BL2,--scp_bl2)) # Enable option to detect whether the SCP ROM firmware in use predates version # 1.7.0 and therefore, is incompatible. |