diff options
-rw-r--r-- | docs/plat/nvidia-tegra.md | 3 | ||||
-rw-r--r-- | services/spd/tlkd/tlkd.mk | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/plat/nvidia-tegra.md b/docs/plat/nvidia-tegra.md index 9d7727cf..6c76dd10 100644 --- a/docs/plat/nvidia-tegra.md +++ b/docs/plat/nvidia-tegra.md @@ -57,8 +57,7 @@ without changing any makefiles. Preparing the BL31 image to run on Tegra SoCs =================================================== '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> \ -SPD=<dispatcher e.g. tlkd> all' +TARGET_SOC=<target-soc e.g. t210|t132> SPD=<dispatcher e.g. tlkd> all' Power Management ================ diff --git a/services/spd/tlkd/tlkd.mk b/services/spd/tlkd/tlkd.mk index d814d94f..b1159e78 100644 --- a/services/spd/tlkd/tlkd.mk +++ b/services/spd/tlkd/tlkd.mk @@ -34,5 +34,3 @@ SPD_SOURCES := services/spd/tlkd/tlkd_common.c \ services/spd/tlkd/tlkd_helpers.S \ services/spd/tlkd/tlkd_main.c \ services/spd/tlkd/tlkd_pm.c - -NEED_BL32 := yes |