diff options
author | Victor Chong <victor.chong@linaro.org> | 2017-05-28 00:14:37 +0900 |
---|---|---|
committer | Victor Chong <victor.chong@linaro.org> | 2017-07-12 12:01:25 +0900 |
commit | af0265418fee2219b795b3dd4435d36ecd8725fb (patch) | |
tree | 12ee5368b1665216b3f1babf3a345d498b6e561d /docs/plat | |
parent | 42ba9f29fe1c7d75934ff99cffcefe97444b4762 (diff) | |
download | platform_external_arm-trusted-firmware-af0265418fee2219b795b3dd4435d36ecd8725fb.tar.gz platform_external_arm-trusted-firmware-af0265418fee2219b795b3dd4435d36ecd8725fb.tar.bz2 platform_external_arm-trusted-firmware-af0265418fee2219b795b3dd4435d36ecd8725fb.zip |
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>
Diffstat (limited to 'docs/plat')
0 files changed, 0 insertions, 0 deletions