diff options
Diffstat (limited to 'plat')
-rw-r--r-- | plat/arm/common/arm_common.mk | 2 | ||||
-rw-r--r-- | plat/arm/css/common/css_common.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plat/arm/common/arm_common.mk b/plat/arm/common/arm_common.mk index 4ac12d9b..0748f921 100644 --- a/plat/arm/common/arm_common.mk +++ b/plat/arm/common/arm_common.mk @@ -140,7 +140,7 @@ ifneq (${TRUSTED_BOARD_BOOT},0) BL2_SOURCES += ${AUTH_SOURCES} - $(eval $(call FWU_FIP_ADD_IMG,NS_BL2U,--ns_bl2u)) + $(eval $(call FWU_FIP_ADD_IMG,NS_BL2U,--fwu)) MBEDTLS_KEY_ALG := ${KEY_ALG} diff --git a/plat/arm/css/common/css_common.mk b/plat/arm/css/common/css_common.mk index aabcb46e..6a8773dd 100644 --- a/plat/arm/css/common/css_common.mk +++ b/plat/arm/css/common/css_common.mk @@ -52,7 +52,7 @@ BL31_SOURCES += plat/arm/css/common/css_mhu.c \ plat/arm/css/common/css_topology.c ifneq (${TRUSTED_BOARD_BOOT},0) -$(eval $(call FWU_FIP_ADD_IMG,SCP_BL2U,--scp_bl2u)) +$(eval $(call FWU_FIP_ADD_IMG,SCP_BL2U,--scp-fwu-cfg)) endif ifneq (${RESET_TO_BL31},0) @@ -61,7 +61,7 @@ ifneq (${RESET_TO_BL31},0) endif # Subsystems require a SCP_BL2 image -$(eval $(call FIP_ADD_IMG,SCP_BL2,--scp_bl2)) +$(eval $(call FIP_ADD_IMG,SCP_BL2,--scp-fw)) # Enable option to detect whether the SCP ROM firmware in use predates version # 1.7.0 and therefore, is incompatible. |