From af0265418fee2219b795b3dd4435d36ecd8725fb Mon Sep 17 00:00:00 2001 From: Victor Chong Date: Sun, 28 May 2017 00:14:37 +0900 Subject: [PATCH] hikey960: platform.mk: Remove FIP_ADD_IMG SCP_BL2 The line $(eval $(call FIP_ADD_IMG,SCP_BL2,--scp-fw)) is removed from plat/hisilicon/hikey960/platform.mk to clear the warning below: Makefile:544: warning: overriding commands for target `check_SCP_BL2' plat/hisilicon/hikey960/platform.mk:13: warning: ignoring old commands for target `check_SCP_BL2' $(eval $(call FIP_ADD_IMG,SCP_BL2,--scp-fw)) already exists in Makefile and applies to plat hikey960 so is redundant in plat/hisilicon/hikey960/platform.mk Signed-off-by: Victor Chong Acked-by: Haojian Zhuang --- plat/hisilicon/hikey960/platform.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/plat/hisilicon/hikey960/platform.mk b/plat/hisilicon/hikey960/platform.mk index 470618ad7..722246c9d 100644 --- a/plat/hisilicon/hikey960/platform.mk +++ b/plat/hisilicon/hikey960/platform.mk @@ -10,7 +10,6 @@ PROGRAMMABLE_RESET_ADDRESS := 1 # Process flags $(eval $(call add_define,CRASH_CONSOLE_BASE)) -$(eval $(call FIP_ADD_IMG,SCP_BL2,--scp-fw)) ENABLE_PLAT_COMPAT := 0