arm-trusted-firmware/plat/hisilicon/hikey
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
..
aarch64 hikey: support BL1 2017-05-24 17:34:35 +01:00
include hikey: Remove unnecessary code 2017-07-12 17:27:44 +09:00
hikey_bl1_setup.c hikey: support BL1 2017-05-24 17:34:35 +01:00
hikey_bl2_setup.c hikey: support BL2 2017-05-24 17:34:41 +01:00
hikey_bl31_setup.c hikey: bl31: enable CCI port for cluster 0 2017-05-31 13:20:20 +08:00
hikey_ddr.c hikey: fix uninitialized variable in ddr code 2017-05-31 12:42:10 +08:00
hikey_def.h hikey: Fix DDR_SIZE 2017-07-12 16:28:09 +09:00
hikey_io_storage.c hikey: support BL1 2017-05-24 17:34:35 +01:00
hikey_pm.c hikey: pm: finish PSCI hook functions 2017-05-31 13:22:02 +08:00
hikey_private.h hikey: support BL1 2017-05-24 17:34:35 +01:00
hikey_topology.c hikey: fix for CPU topology 2017-05-31 13:19:05 +08:00
hisi_dvfs.c hikey: support BL2 2017-05-24 17:34:41 +01:00
hisi_ipc.c hikey: support BL31 2017-05-24 17:34:41 +01:00
hisi_mcu.c hikey: support BL2 2017-05-24 17:34:41 +01:00
hisi_pwrc.c hikey: support BL31 2017-05-24 17:34:41 +01:00
hisi_pwrc_sram.S Unique names for defines in the CPU libraries 2017-06-14 15:00:13 -07:00
hisi_sip_svc.c hikey: enable PMF and instrumentations 2017-06-07 10:14:27 +02:00
platform.mk hikey: Remove unnecessary code 2017-07-12 17:27:44 +09:00