hikey960: platform.mk: Remove FIP_ADD_IMG SCP_BL2
authorVictor Chong <victor.chong@linaro.org>
Sat, 27 May 2017 15:14:37 +0000 (00:14 +0900)
committerVictor Chong <victor.chong@linaro.org>
Wed, 12 Jul 2017 03:01:25 +0000 (12:01 +0900)
commitaf0265418fee2219b795b3dd4435d36ecd8725fb
tree12ee5368b1665216b3f1babf3a345d498b6e561d
parent42ba9f29fe1c7d75934ff99cffcefe97444b4762
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 <victor.chong@linaro.org>
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
plat/hisilicon/hikey960/platform.mk