commit | b6561c1217f5b9be9cc2b66d0c5309ed0b7698cf | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Fri Jun 19 11:38:24 2020 +0200 |
committer | Yann Gautier <yann.gautier@foss.st.com> | Fri Jun 04 15:15:18 2021 +0200 |
tree | 110c617d85289fc7e56d347f76ebbb45a9e8b8e3 | |
parent | c1d732d0db2463998036c678619007da79a25b3f [diff] |
refactor(io_stm32image): add header size variable A variable hdr_sz is created in stm32image_partition_read() function. It just represents the size of the stm32 image header but it really improves the readability of the function. Change-Id: I95ec62a78a4b6c6a75b0d8c8aa0faef8bee424da Signed-off-by: Yann Gautier <yann.gautier@st.com>