mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
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:
parent
badaa1f6a7
commit
4e0b8238ee
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue