commit | 851d6f3772b02cb0618639621b67dc8c1c2bedf5 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Mar 18 09:24:56 2020 +0100 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Thu May 14 09:02:12 2020 +0200 |
tree | 9e9bf9451eaad7a62f6e0e8d8d0b02715e4cbfb5 | |
parent | c51122486f2b0a922e3b67f39a2a000c3df83563 [diff] |
stm32mp: stm32prog: add support of ssbl copy For reliability of boot from NAND/SPI-NAND (with read-disturb issue) the SSBL can be present several time, when it is indicated in the flashlayout with "Binary(X)". The received binary is copied X times by U-Boot on the target. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>