arm-trusted-firmware/plat
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
..
arm Use CryptoCell to set/get NVcounters and ROTPK 2017-06-28 15:58:06 +01:00
common sp_min: Implement `sp_min_plat_runtime_setup()` 2017-06-20 15:14:01 +01:00
compat Resolve signed-unsigned comparison issues 2017-06-27 09:57:21 +01:00
hisilicon hikey: Remove unnecessary code 2017-07-12 17:27:44 +09:00
mediatek Resolve build errors flagged by GCC 6.2 2017-06-20 11:40:33 +01:00
nvidia/tegra Fix Tegra CFLAGS usage 2017-06-23 10:37:16 +01:00
qemu Merge pull request #927 from jeenu-arm/state-switch 2017-05-11 16:04:52 +01:00
rockchip Merge pull request #1012 from rockchip-linux/rk3399/l2cache 2017-07-10 18:37:18 +01:00
socionext/uniphier uniphier: embed ROTPK hash into BL1/BL2 2017-06-20 23:54:28 +09:00
xilinx/zynqmp zynqmp: Remove duplicate 'const' declaration 2017-07-01 20:24:47 -07:00