mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 11:04:20 +00:00
docs(stm32mp1): fix FIP command with OP-TEE
When building a FIP with OP-TEE as BL32 on STM32MP1, AARCH32_SP=optee has to be added to the make command. Change-Id: I900c01957fe4ed7ed13ca955edd91ed1c5c5c4fa Signed-off-by: Yann Gautier <yann.gautier@st.com>
This commit is contained in:
parent
ed6f89e95b
commit
500888511d
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ With OP-TEE:
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
make CROSS_COMPILE=arm-none-eabi- PLAT=stm32mp1 ARCH=aarch32 ARM_ARCH_MAJOR=7 \
|
make CROSS_COMPILE=arm-none-eabi- PLAT=stm32mp1 ARCH=aarch32 ARM_ARCH_MAJOR=7 \
|
||||||
|
AARCH32_SP=optee \
|
||||||
DTB_FILE_NAME=stm32mp157c-ev1.dtb \
|
DTB_FILE_NAME=stm32mp157c-ev1.dtb \
|
||||||
BL33=<u-boot_directory>/u-boot-nodtb.bin \
|
BL33=<u-boot_directory>/u-boot-nodtb.bin \
|
||||||
BL33_CFG=<u-boot_directory>/u-boot.dtb \
|
BL33_CFG=<u-boot_directory>/u-boot.dtb \
|
||||||
|
|
Loading…
Add table
Reference in a new issue