Commit d49d7e7b authored by Varun Wadekar's avatar Varun Wadekar
Browse files

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: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 2ee2c4f0
......@@ -57,7 +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> SPD=<dispatcher e.g. tlkd> all'
TARGET_SOC=<target-soc e.g. t210|t132> SPD=<dispatcher e.g. tlkd> bl31'
Platforms wanting to use different TZDRAM_BASE, can add 'TZDRAM_BASE=<value>'
to the build command line.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment