From d49d7e7b091500c74a85940700337a8ea5ca7463 Mon Sep 17 00:00:00 2001 From: Varun Wadekar Date: Sat, 1 Aug 2015 11:14:32 +0530 Subject: [PATCH] docs: fix the command to compile BL31 on Tegra This patch fixes the command line used to compile BL31 on Tegra platforms. Signed-off-by: Varun Wadekar --- docs/plat/nvidia-tegra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plat/nvidia-tegra.md b/docs/plat/nvidia-tegra.md index d8e8ec63e..b29532c91 100644 --- a/docs/plat/nvidia-tegra.md +++ b/docs/plat/nvidia-tegra.md @@ -57,7 +57,7 @@ without changing any makefiles. Preparing the BL31 image to run on Tegra SoCs =================================================== 'CROSS_COMPILE=/bin/aarch64-none-elf- make PLAT=tegra \ -TARGET_SOC= SPD= all' +TARGET_SOC= SPD= bl31' Platforms wanting to use different TZDRAM_BASE, can add 'TZDRAM_BASE=' to the build command line.