summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2023-07-27 07:34:55 +0300
committerTom Rini <trini@konsulko.com>2023-07-28 17:11:01 +0300
commit4e0b8238eea83b71713230e67e781111ea897035 (patch)
tree4bcc558dc915aaddba508a6aeb8fe57f3af23e62 /doc
parentbadaa1f6a7a910e9dc62c9a53af0997182261ecf (diff)
downloadu-boot-4e0b8238eea83b71713230e67e781111ea897035.tar.xz
doc: board: siemens: iot2050: Update build env vars
ATF is now called BL31, and OP-TEE since 3.21 suggests to use tee-raw.bin instead of (the still identical) tee-pager_v2.bin. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/siemens/iot2050.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/siemens/iot2050.rst b/doc/board/siemens/iot2050.rst
index 0df11a950a..ee3c5c9584 100644
--- a/doc/board/siemens/iot2050.rst
+++ b/doc/board/siemens/iot2050.rst
@@ -66,8 +66,8 @@ U-Boot:
.. code-block:: text
- $ export ATF=/path/to/bl31.bin
- $ export TEE=/path/to/tee-pager_v2.bin
+ $ export BL31=/path/to/bl31.bin
+ $ export TEE=/path/to/tee-raw.bin
$ make iot2050_defconfig
$ make