arm-trusted-firmware/plat/hisilicon/hikey/include
Victor Chong c0cde3640a hikey: Remove unnecessary code
PLATFORM_LINKER_FORMAT
and
PLATFORM_LINKER_ARCH
defines are removed from
plat/hisilicon/hikey/include/platform_def.h
since there are already defined in
include/plat/common/common_def.h
which is included by
plat/hisilicon/hikey/hikey_def.h
which is included by
plat/hisilicon/hikey/include/platform_def.h

The line
$(eval $(call FIP_ADD_IMG,SCP_BL2,--scp-fw))
is removed from
plat/hisilicon/hikey/platform.mk
to clear the warning below:

Makefile:544: warning: overriding commands for target `check_SCP_BL2'
plat/hisilicon/hikey/platform.mk:19: 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 hikey so is redundant in
plat/hisilicon/hikey/platform.mk

Signed-off-by: Victor Chong <victor.chong@linaro.org>
2017-07-12 17:27:44 +09:00
..
hi6220.h hikey: support BL1 2017-05-24 17:34:35 +01:00
hi6220_regs_acpu.h hikey: support BL1 2017-05-24 17:34:35 +01:00
hi6220_regs_ao.h hikey: support BL1 2017-05-24 17:34:35 +01:00
hi6220_regs_peri.h hikey: support BL1 2017-05-24 17:34:35 +01:00
hi6220_regs_pin.h hikey: support BL1 2017-05-24 17:34:35 +01:00
hi6220_regs_pmctrl.h hikey: support BL1 2017-05-24 17:34:35 +01:00
hi6553.h hikey: support BL1 2017-05-24 17:34:35 +01:00
hisi_ipc.h hikey: support BL31 2017-05-24 17:34:41 +01:00
hisi_mcu.h hikey: support BL2 2017-05-24 17:34:41 +01:00
hisi_pwrc.h hikey: support BL31 2017-05-24 17:34:41 +01:00
hisi_sip_svc.h hikey: enable PMF and instrumentations 2017-06-07 10:14:27 +02:00
hisi_sram_map.h hikey: support BL2 2017-05-24 17:34:41 +01:00
plat_macros.S hikey: support BL1 2017-05-24 17:34:35 +01:00
platform_def.h hikey: Remove unnecessary code 2017-07-12 17:27:44 +09:00