commit | 8f7eb3ec83f235bda0b1f05015359713b8580a94 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Sep 06 18:53:17 2022 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Sep 23 13:58:20 2022 +0200 |
tree | 226c12843c6a9f189960d1771041cebe1886d580 | |
parent | 0c8961ea63e0a5b35e0389bffc85c91122cd3d17 [diff] |
stm32mp: stm32prog: support empty flashlayout When the STM32CubeProgrammer sent a empty flashlayout.tsv file, the command stm32prog correctly parse the file but data->dev_nb = 0 and the stm32prog_devices_init operations should be skipped. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>