commit | f3633d5df72676f7c0a263e8cc2d0e1bcaf5d762 | [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 | f3bc8a079275798295920b6133f6728f255d4e78 [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>