summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2019-05-20 11:50:18 +0200
committerYann Gautier <yann.gautier@st.com>2019-06-17 14:03:51 +0200
commit196fa6c88f08c96e671e5b6a521314d40c04a63b (patch)
tree317b59ba6519773a30b67a0bd4d47ff9d1d163e7 /docs
parentf33b2433f5a6ae0a89ec7c1234deb7ac64362367 (diff)
stm32mp1: update doc for U-Boot compilation
U-Boot should be compiled with stm32mp15_trusted_defconfig which is supported since tag v2019.07-rc1 with commit [1]. The creation of the U-Boot binary with stm32 header is done at U-Boot compilation step, it is no more required to call the extra command. [1] https://git.denx.de/?p=u-boot.git;a=commit;h=015289580f81 Change-Id: Ia875c22184785fc2e02ad07993a649069cd5ce34 Signed-off-by: Yann Gautier <yann.gautier@st.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/plat/stm32mp1.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/plat/stm32mp1.rst b/docs/plat/stm32mp1.rst
index 7adc3c87..88251d6a 100644
--- a/docs/plat/stm32mp1.rst
+++ b/docs/plat/stm32mp1.rst
@@ -83,9 +83,8 @@ To build with SP_min:
make CROSS_COMPILE=arm-linux-gnueabihf- PLAT=stm32mp1 ARCH=aarch32 ARM_ARCH_MAJOR=7 AARCH32_SP=sp_min DTB_FILE_NAME=stm32mp157c-ev1.dtb
cd <u-boot_directory>
- make stm32mp15_basic_defconfig
+ make stm32mp15_trusted_defconfig
make DEVICE_TREE=stm32mp157c-ev1 all
- ./tools/mkimage -T stm32image -a 0xC0100000 -e 0xC0100000 -d u-boot.bin u-boot.stm32
To build TF-A with with Op-TEE support: