Commit af026541 authored by Victor Chong's avatar Victor Chong
Browse files

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: default avatarVictor Chong <victor.chong@linaro.org>
Acked-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
parent 42ba9f29
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment