mkimage: change stm32image header to manage binary information
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 18 Apr 2019 15:32:44 +0000 (17:32 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 23 May 2019 09:36:47 +0000 (11:36 +0200)
commit8099e3db6092ab122bdd50272e9fb4a2a931c327
tree2e951d912aceb23bcc5be8329a22ed55eb0494e0
parent5237f37e5c35052533588fe0a53febad2f047d70
mkimage: change stm32image header to manage binary information

To get more information from STM32 Header about the generated binary,
we will add a new byte with the following field:
replace padding byte 255 with 0x00 for "U-Boot"

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
tools/stm32image.c