summaryrefslogtreecommitdiff
path: root/board/ti/am65x
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2020-03-05 08:40:25 -0500
committerLokesh Vutla <lokeshvutla@ti.com>2020-03-06 12:53:08 +0530
commit2fcaa84d01e8e8ba4ee26177401dbaa9e79030dd (patch)
tree07fa1f44e5fefc24748b264ffe61b7a4526ea345 /board/ti/am65x
parent6d310ba50cd975f90da57b6e0c0726d52bad8f0b (diff)
board: ti: README: Update OP-TEE binary name
The OP-TEE binary to use is renamed to v2 as the v1 binary has been deprecated and is no longer built by default. Reported-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'board/ti/am65x')
-rw-r--r--board/ti/am65x/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am65x/README b/board/ti/am65x/README
index 903763ae44..00be1ffe44 100644
--- a/board/ti/am65x/README
+++ b/board/ti/am65x/README
@@ -138,7 +138,7 @@ $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=/tmp/r5
4.2. A53:
$ make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- am65x_evm_a53_defconfig O=/tmp/a53
-$ make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- ATF=<path to ATF dir>/build/k3/generic/release/bl31.bin TEE=<path to OPTEE OS dir>/out/arm-plat-k3/core/tee-pager.bin O=/tmp/a53
+$ make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- ATF=<path to ATF dir>/build/k3/generic/release/bl31.bin TEE=<path to OPTEE OS dir>/out/arm-plat-k3/core/tee-pager_v2.bin O=/tmp/a53
Target Images
--------------