commit | 92baaada1a9b9a2876e383d4985f07fefa4d513d | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Feb 24 13:38:19 2021 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Mar 12 10:57:10 2021 +0100 |
tree | 47ee37db10279dd9085a3afe6247f9fd561a28c0 | |
parent | 9f97193616f1fa2a9983ef3f846d5e5b42bc97a6 [diff] |
configs: stm32: Remove BOARD_EARLY_INIT_F and BOARD_LATE_INIT for stm32 boards These flags was defined and callbacks linked to these flags are empty and only returning 0. Remove BOARD_EARLY_INIT_F and BOARD_LATE_INIT flags for these stm32 boards. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>