commit | f15f1c6270d50e06eafb4202dd32326d516960f3 | [log] [tgz] |
---|---|---|
author | Yann Gautier <[email protected]> | Thu Nov 14 09:44:44 2024 +0100 |
committer | Yann Gautier <[email protected]> | Thu Nov 14 12:12:05 2024 +0100 |
tree | b6edeb96a44e55958a831ae275089ed15f7f2bf1 | |
parent | 3109367c34004ab624884701c340340a09793076 [diff] |
fix(stm32mp2): use TOOL_ADD_IMG_PAYLOAD for BL31 DT Use TOOL_ADD_IMG_PAYLOAD instead of TOOL_ADD_IMG to generate the BL31 device tree blob to be included in FIP. This allows building all TF-A binaries and FIP in a single command. Else, as TOOL_ADD_IMG evaluate the existence of the file before building it, we have a build error. Signed-off-by: Yann Gautier <[email protected]> Change-Id: I72d2f70733c49792d0321ad07f5a3bbd283a36d4