commit | 63932e84956af32bf69ff42a9ef43b0f002104da | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Tue Jan 10 16:58:56 2023 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Fri May 12 08:56:14 2023 +0200 |
tree | ea11e8bafd55e1c75f6715612736408915966aa1 | |
parent | 4ccf8b324f864faed49496be7ce5451c8edddac6 [diff] |
fix(stm32mp1): add void entry in plat_def_toc_entries The fill_image_descs() function in fiptool adds images until .cmdline_name is NULL. Add a void entry to STM32MP1 plat_def_toc_entries[] to properly escape the loop. Also reported by Valentyn Korniienko (@ValentiWorkLearning) on github with pull requests [1] and [2]. [1] https://github.com/ARM-software/arm-trusted-firmware/pull/1997 [2] https://github.com/STMicroelectronics/arm-trusted-firmware/pull/8 Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I94fd36ca677d46ce6df95c7674c6b6bd365b28c7