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>
This commit is contained in:
Jan Kiszka 2023-07-27 06:34:55 +02:00 committed by Tom Rini
parent badaa1f6a7
commit 4e0b8238ee

View file

@ -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