mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
tlkd: delete 'NEED_BL32' build variable
Remove the 'NEED_BL32' flag from the makefile. TLK compiles using a completely different build system and is present on the device as a binary blob. The NEED_BL32 flag does not influence the TLK load/boot sequence at all. Moreover, it expects that TLK binary be present on the host before we can compile BL31 support for Tegra. This patch removes the flag from the makefile and thus decouples both the build systems. Tested by booting TLK without the NEED_BL32 flag. Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
This commit is contained in:
parent
7d4479a383
commit
458c3c1300
2 changed files with 1 additions and 4 deletions
|
@ -57,8 +57,7 @@ without changing any makefiles.
|
||||||
Preparing the BL31 image to run on Tegra SoCs
|
Preparing the BL31 image to run on Tegra SoCs
|
||||||
===================================================
|
===================================================
|
||||||
'CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- make PLAT=tegra \
|
'CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- make PLAT=tegra \
|
||||||
TARGET_SOC=<target-soc e.g. t210|t132> BL32=<path-to-trusted-os-binary> \
|
TARGET_SOC=<target-soc e.g. t210|t132> SPD=<dispatcher e.g. tlkd> all'
|
||||||
SPD=<dispatcher e.g. tlkd> all'
|
|
||||||
|
|
||||||
Power Management
|
Power Management
|
||||||
================
|
================
|
||||||
|
|
|
@ -34,5 +34,3 @@ SPD_SOURCES := services/spd/tlkd/tlkd_common.c \
|
||||||
services/spd/tlkd/tlkd_helpers.S \
|
services/spd/tlkd/tlkd_helpers.S \
|
||||||
services/spd/tlkd/tlkd_main.c \
|
services/spd/tlkd/tlkd_main.c \
|
||||||
services/spd/tlkd/tlkd_pm.c
|
services/spd/tlkd/tlkd_pm.c
|
||||||
|
|
||||||
NEED_BL32 := yes
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue